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

HttpConnectionPool improvements #62935

Merged
merged 15 commits into from
Jan 7, 2022
Merged

Commits on Dec 15, 2021

  1. add test

    Geoffrey Kizer committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    fe9215b View commit details
    Browse the repository at this point in the history
  2. implement for HTTP/1.1

    Geoffrey Kizer committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    a55053f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. add TryDequeueRequest

    Geoffrey Kizer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    9b58078 View commit details
    Browse the repository at this point in the history
  2. rework ReturnHttp11Connection

    Geoffrey Kizer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    f3a7a9b View commit details
    Browse the repository at this point in the history
  3. fix merge issue

    Geoffrey Kizer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    0bca978 View commit details
    Browse the repository at this point in the history
  4. rework ReturnHttp2Connection

    Geoffrey Kizer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    f40d2f0 View commit details
    Browse the repository at this point in the history
  5. improve connection failure handling for HTTP2

    Geoffrey Kizer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    1b4dc87 View commit details
    Browse the repository at this point in the history
  6. fix test for HTTP2 plaintext

    Geoffrey Kizer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    a55aa91 View commit details
    Browse the repository at this point in the history
  7. test cleanup

    Geoffrey Kizer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    9d6fed1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. cleanup

    Geoffrey Kizer committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    69435c9 View commit details
    Browse the repository at this point in the history
  2. cleanup HandleHttp11Downgrade

    Geoffrey Kizer committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    38f2218 View commit details
    Browse the repository at this point in the history
  3. cleanup

    Geoffrey Kizer committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    acb7918 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Geoffrey Kizer committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    3f80eb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    64f34d9 View commit details
    Browse the repository at this point in the history
  2. fix race issues in test

    Geoffrey Kizer committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    6dc7b5e View commit details
    Browse the repository at this point in the history