]> Sergey Matveev's repositories - public-inbox.git/commit
http: use Plack::HTTPParser for HTTP parsing
authorEric Wong <e@80x24.org>
Sat, 12 Mar 2016 03:55:20 +0000 (03:55 +0000)
committerEric Wong <e@80x24.org>
Sat, 12 Mar 2016 03:55:20 +0000 (03:55 +0000)
commit7dd78012da81d48e5e73e56c3255895dfa9de1f5
tree1a166dbbc624f14c946237c66ceb861424ed7b29
parentdca2724e0aebc5832a0c88ec944a925daf21b9be
http: use Plack::HTTPParser for HTTP parsing

This allows us to reduce installation dependencies while
retaining performance as it favors HTTP::Parser::XS when
it is installed and available.

PLACK_HTTP_PARSER_PP may be set to 1 to force a pure Perl
parser for testing.
lib/PublicInbox/HTTP.pm
t/httpd-corner.t
t/httpd-unix.t
t/httpd.t