You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
The strict definition of status-line is:
But the http-parser allows an unlimited number of spaces before status-code:
http-parser/http_parser.c
Line 873 in f2c26ee
Shouldn't this be allowed only if
HTTP_PARSER_STRICT
is defined?The text was updated successfully, but these errors were encountered: