From f5f7d2138f8a50e44d7363295be0676f9a124524 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 1 Mar 2016 07:52:49 +0000 Subject: httpd: remove unneeded err and out fields from class Vestigial pieces from the nntpd code which aren't needed because the psgi env already has the "psgi.errors" key. --- script/public-inbox-httpd | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/public-inbox-httpd b/script/public-inbox-httpd index d4070595..21579622 100755 --- 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; -- cgit v1.2.3-24-ge0c7