-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llhttp 9.0.0 no longer accepts bare LF #236
Comments
I think this is an unwanted regression. I'll take a look soon. |
1 task
Which option will need to be enabled after the PR lands to enable this (had a couple of users report similar issues)? |
You'll have to use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following response is rejected by the parser even with all lenient flags enabled:
"HTTP/1.1 200 OK\nContent-Length: 0\n\n"
The text was updated successfully, but these errors were encountered: