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

Clamp Retry-After time to retry.maxRetryAfter #603

Merged
merged 2 commits into from
Jun 26, 2024

Commits on Jun 26, 2024

  1. Clamp Retry-After time to retry.maxRetryAfter

    We now use `maxRetryAfter` as a limit, rather than a threshold for canceling the retry. If `Retry-After` is greater than `maxRetryAfter`, then `Retry-After` will be capped.
    sholladay committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e48f850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fda403f View commit details
    Browse the repository at this point in the history