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: disallow > 3-digit response codes #7641

Closed
wants to merge 4 commits into from

Commits on Aug 26, 2021

  1. http: disallow >3-digit response codes

    Make the built-in HTTP parser behave similar to hyper and reject any
    HTTP response using more than 3 digits for the response code.
    
    Updated test 1432 accordingly.
    Enabled test 1432 in the hyper builds.
    
    Closes #7641
    bagder committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    5a82f54 View commit details
    Browse the repository at this point in the history
  2. fixup do it with an else

    bagder committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    60d27ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2050418 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea2ce66 View commit details
    Browse the repository at this point in the history