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

fix(client): retry when check out returns closed connection with h2 only #2585

Merged
merged 3 commits into from Jul 21, 2021

Commits on Jun 24, 2021

  1. Copy the full SHA
    0f45497 View commit details
    Browse the repository at this point in the history
  2. fix(client): retry when checking out a closed connection

    When http2_only is true, we never try to open a new connection if there
    is one open already, which means that if the existing connection that
    gets checked out of the pool is closed, then the request won't happen.
    nox committed Jun 24, 2021
    Copy the full SHA
    8141793 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Copy the full SHA
    ab43751 View commit details
    Browse the repository at this point in the history