nodejs / http-parser

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

Fix: Content-Length with obsolete line folding and invalid input #458

Closed obatysh closed 5 years ago

obatysh commented 5 years ago

Fix for the issue: https://github.com/nodejs/http-parser/issues/456

bnoordhuis commented 5 years ago

Thanks for your contribution, Olga. Merged in cd88eef.

sam-github commented 4 years ago

Is this a security issue? Does it need a CVE? Does it need releasing onto Node.js LTS branches?