kazuho / p5-http-parser-xs

a fast http parser
30 stars 10 forks source link

HTTP::Parser::XS::PP::_parse_as_hashref does not set special_headers #11

Closed makamaka closed 8 years ago

makamaka commented 8 years ago

In HTTP::Parser::XS::PP::_parse_as_hashref, special_headers is not set with parsed values. I wrote the patch. https://github.com/makamaka/http-parser-xs/commit/e60a0429de6051dbefa77965ebf3112a0e8bb7d9

kazuho commented 8 years ago

LGTM. Can you please file a PR?