]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found