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 HTTP/1.1 conns alive even if the Connection header is removed #46331

Merged
merged 3 commits into from
Jan 30, 2023

Commits on Jan 24, 2023

  1. http: keep HTTP/1.1 conns alive even if the Connection header is removed

    Previously persistence was completed disabled if you removed this
    header, which is not correct for modern HTTP, where the header is
    optional and all connections should persist by default regardless.
    pimterry committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3944b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66e6405 View commit details
    Browse the repository at this point in the history
  3. Simplify no-header connection keep-alive logic

    Co-authored-by: Mohammed Keyvanzadeh <[email protected]>
    pimterry and VoltrexKeyva authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a57bbef View commit details
    Browse the repository at this point in the history