about summary refs log tree commit homepage
path: root/lib/PublicInbox/HTTPD.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-08 11:13:26 +0000
committerEric Wong <e@80x24.org>2019-01-08 19:27:34 +0000
commit764a7a0e9f1e16cef58d23a2703966a94cce12e3 (patch)
tree6f92c01843fcb568b6c351d1c282ee7e45d350a7 /lib/PublicInbox/HTTPD.pm
parent6b7b1b1624163f4fff4705e4cc341e3b7a5475fe (diff)
downloadpublic-inbox-764a7a0e9f1e16cef58d23a2703966a94cce12e3.tar.gz
We don't need to set "psgix." extension fields for things
we don't support.  This saves 138 bytes per-client in $env
as measured by Devel::Size::total_size
Diffstat (limited to 'lib/PublicInbox/HTTPD.pm')
-rw-r--r--lib/PublicInbox/HTTPD.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/HTTPD.pm b/lib/PublicInbox/HTTPD.pm
index f923dbb6..905afbb8 100644
--- a/lib/PublicInbox/HTTPD.pm
+++ b/lib/PublicInbox/HTTPD.pm
@@ -27,7 +27,6 @@ sub new {
                 'psgi.run_once'         => Plack::Util::FALSE,
                 'psgi.multithread' => Plack::Util::FALSE,
                 'psgi.multiprocess' => Plack::Util::TRUE,
-                'psgix.harakiri'=> Plack::Util::FALSE,
                 'psgix.input.buffered' => Plack::Util::TRUE,
 
                 # XXX unstable API!