'chunked with (arguably wrong) content length'
- Real case from proxy servers: Should ignore
content-length
if both it andencoding: chunked
are specified
- Real case: Allow duplicate (but identical)
content-length
headers
parallel/test-http-client-max-header-size_increased
- Test from actual user issue: Extra large headers (configurable max setable in
http-parser-js
)
parallel/test-http-max-headers-count
- Test from old Node version: Exceeding Node v12's new 8KB header size limit
- Getting blank headers on malformed headers (probably fine, used to crash Node)
Whitespace/trimming differences (probably fine): all in https://github.com/creationix/http-parser-js/blob/master/tests/iojs/test-http-parser-durability.js
- 'line folding in header value with CRLF'
- 'line folding in header value with LF'
- 'multiple connection header values with folding and lws and CRLF'
- 'google 301'