projects
/
public-inbox.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
989fdc2
)
httpd: remove unneeded err and out fields from class
author
Eric Wong <e@80x24.org>
Tue, 1 Mar 2016 07:52:49 +0000 (07:52 +0000)
committer
Eric Wong <e@80x24.org>
Tue, 1 Mar 2016 08:33:52 +0000 (08:33 +0000)
Vestigial pieces from the nntpd code which aren't needed because
the psgi env already has the "psgi.errors" key.
script/public-inbox-httpd
patch
|
blob
|
history
diff --git
a/script/public-inbox-httpd
b/script/public-inbox-httpd
index d4070595d16eea44a35b0e8b290e02e978a4b77c..215796225d8043c95e7e8ce219289c45cc86d762 100755
(executable)
--- a/
script/public-inbox-httpd
+++ b/
script/public-inbox-httpd
@@
-129,8
+129,6
@@
sub new {
},
);
bless {
- err => \*STDERR,
- out => \*STDOUT,
app => $app,
env => \%env,
}, $class;