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: lenient parsing flag #33

Closed
wants to merge 1 commit into from
Closed

http: lenient parsing flag #33

wants to merge 1 commit into from

Commits on Nov 20, 2019

  1. http: lenient header value parsing flag

    Introduce `llhttp_set_lenient` API method for enabling/disabling lenient
    parsing mode for header value. With lenient parsing on - no token check
    would be performed on the header value.
    
    This mode was originally introduced to http-parser in
    nodejs/http-parser@e2e467b9 in
    order to provide a fallback mode for less compliant clients/servers.
    indutny committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    7b58fae View commit details
    Browse the repository at this point in the history