Skip to content

http: fix http-parser regression (v0.10)

The new IS_HEADER_CHAR check in http-parser is improperly checking char when it should be checking unsigned char.

/cc @ChALkeR

Merge request reports

Loading