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

Retry additional classes of H2 errors #2971

Merged
merged 2 commits into from
Sep 12, 2023
Merged

Retry additional classes of H2 errors #2971

merged 2 commits into from
Sep 12, 2023

Commits on Sep 12, 2023

  1. Retry additional classes of H2 errors

    This PR adds two additional classes of retries tested:
    1. GO_AWAY: awslabs/aws-sdk-rust#738
    2. REFUSED_STREAM: awslabs/aws-sdk-rust#858
    
    I tested 1 by using the example helpfully provided. The fix for 2 is untested and difficult to reproduce but since my fix for 1 worked, I'm confident that we're detecting the correct error class here.
    rcoh committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ccc2260 View commit details
    Browse the repository at this point in the history
  2. Remove redundant branch

    rcoh committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0e1e4c1 View commit details
    Browse the repository at this point in the history