nodejs / http-parser

http request/response parser for c
MIT License
6.32k stars 1.53k forks source link

allow content-length and transfer-encoding: c… #518

Closed veshij closed 4 years ago

veshij commented 4 years ago

fixes https://github.com/nodejs/http-parser/issues/517

veshij commented 4 years ago

@indutny what would be the best way to pass new option to the parser? Use settings?

veshij commented 4 years ago

Could anyone take a look at the change, please?

bnoordhuis commented 4 years ago

Thanks Oleg, landed with minor indent/line length touch-ups in d0f3b05 e13b274 (now with a PR-URL tag.)