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

Merge release 21.9.2 #2313

Merged
merged 6 commits into from Nov 17, 2021
Merged

Merge release 21.9.2 #2313

merged 6 commits into from Nov 17, 2021

Commits on Nov 16, 2021

  1. Copy the full SHA
    71d8457 View commit details
    Browse the repository at this point in the history
  2. Make HTTP connections start in IDLE stage, avoiding delays and error …

    …messages (#2268)
    
    * Make all new connections start in IDLE stage, and switch to REQUEST stage only once any bytes are received from client. This makes new connections without any request obey keepalive timeout rather than request timeout like they currently do.
    
    * Revert typo
    
    * Remove request timeout endpoint test which is no longer working (still tested by mocking). Fix mock timeout test setup.
    
    Co-authored-by: L. Karkkainen <tronic@users.noreply.github.com>
    2 people authored and ahopkins committed Nov 16, 2021
    Copy the full SHA
    45c22f9 View commit details
    Browse the repository at this point in the history
  3. Bump version

    ahopkins committed Nov 16, 2021
    Copy the full SHA
    b20b3cb View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Copy the full SHA
    af1d289 View commit details
    Browse the repository at this point in the history
  2. Merge conflicts

    ahopkins committed Nov 17, 2021
    Copy the full SHA
    17b03ea View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b477447 View commit details
    Browse the repository at this point in the history