]> Sergey Matveev's repositories - public-inbox.git/commit
http: reject excessive headers
authorEric Wong <e@80x24.org>
Sun, 6 Mar 2016 02:09:20 +0000 (02:09 +0000)
committerEric Wong <e@80x24.org>
Sun, 6 Mar 2016 02:10:24 +0000 (02:10 +0000)
commit90d7c7c49b6af90624cca042deb9af38a5e44a2f
treeeddafbb842a13af8539c80c7e5cd84d0b4f36a4a
parent2ea979f43ec87547b7dfb74312a21062044d018a
http: reject excessive headers

HTTP::Parser::XS::PP does not reject excessively large
headers like the XS version.  Ensure we reject headers
over 16K since public-inbox should never need such large
request headers.
lib/PublicInbox/HTTP.pm
t/httpd-corner.t