Skip to content
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

http: keep F_LENIENT between messages #34

Closed
wants to merge 1 commit into from
Closed

Commits on Nov 21, 2019

  1. http: keep F_LENIENT between messages

    `F_LENIENT` flag should not be reset along with the other flags when
    starting parsing a new message. This setting should remain on for the
    lifetime of the parser or until `llhttp_set_lenient(..., 0)`.
    indutny committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    d4ede5b View commit details
    Browse the repository at this point in the history