]> Sergey Matveev's repositories - public-inbox.git/commit
www: remove Plack::Request dependency entirely
authorEric Wong <e@80x24.org>
Sat, 2 Jul 2016 07:56:38 +0000 (07:56 +0000)
committerEric Wong <e@80x24.org>
Sat, 2 Jul 2016 07:57:29 +0000 (07:57 +0000)
commit193e9a586d49fb111fd201f491b1ad0be4e386b3
tree02d5d074777dce9a2557d59622841cc7754c49f0
parent2375cc488f2b1ea314452067a196a576558f7b57
www: remove Plack::Request dependency entirely

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.
lib/PublicInbox/Feed.pm
lib/PublicInbox/WWW.pm
script/public-inbox-httpd
t/httpd-corner.t
t/httpd-unix.t
t/httpd.t
t/plack.t
t/psgi_attach.t
t/psgi_mount.t