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
RFC 7230 allows bare LF as a line ending for headers:
Although the line terminator for the start-line and header fields is
the sequence CRLF, a recipient MAY recognize a single LF as a line
terminator and ignore any preceding CR.
Very similar text appears in RFC 9112. This issue should therefore probably be closed.
The function
parse_http_version
does not accept versions below HTTP/1.0. Howeverparse_headers
allows only LF to mark the end of header:picohttpparser/picohttpparser.c
Line 278 in 2a16b23
This seems non-conforming to rfc7230, what is the rationale?
The text was updated successfully, but these errors were encountered: