about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-02 07:56:38 +0000
committerEric Wong <e@80x24.org>2016-07-02 07:57:29 +0000
commit193e9a586d49fb111fd201f491b1ad0be4e386b3 (patch)
tree02d5d074777dce9a2557d59622841cc7754c49f0 /script
parent2375cc488f2b1ea314452067a196a576558f7b57 (diff)
downloadpublic-inbox-193e9a586d49fb111fd201f491b1ad0be4e386b3.tar.gz
Lighter and ever-so-slightly faster!

Most importantly, this won't do non-obvious stuff behind our
backs like trying to parse a POST request body for a query
string param.
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-httpd1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/public-inbox-httpd b/script/public-inbox-httpd
index f19582fa..8ba42c2f 100755
--- a/script/public-inbox-httpd
+++ b/script/public-inbox-httpd
@@ -9,7 +9,6 @@ use Plack::Util;
 use PublicInbox::Daemon;
 use PublicInbox::HTTP;
 use PublicInbox::HTTPD;
-use Plack::Request;
 use Plack::Builder;
 my %httpds;
 my $app;