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: be more aggressive to reply 400, 408 and 431 #44818

Merged

Commits on Sep 29, 2022

  1. http: be more aggressive to reply 400, 408 and 431

    As long as data of the in-flight response is not yet written
    to the socket, we can reply an error response without corrupting
    the client.
    ywave620 committed Sep 29, 2022
    Copy the full SHA
    7945879 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f83171f View commit details
    Browse the repository at this point in the history
  3. http: be more aggressive to reply 400, 408 and 431

    remove obsolete comment
    ywave620 committed Sep 29, 2022
    Copy the full SHA
    dc22eab View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. http: be more aggressive to reply 400, 408 and 431

    fix comment
    
    Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
    ywave620 and lpinca committed Sep 30, 2022
    Copy the full SHA
    fc596ee View commit details
    Browse the repository at this point in the history