mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 03:41:13 +01:00
* round up * round up, test, update backoff * add external test * changelog * use released version of go-retryablehttp * update api version of go-retryablehttp * fix name
7 lines
315 B
Plaintext
7 lines
315 B
Plaintext
```release-note:change
|
|
api: Update the default API client to check for the `Retry-After` header and, if it exists, wait for the specified duration before retrying the request.
|
|
```
|
|
```release-note:change
|
|
quotas/rate-limit: Round up the `Retry-After` value to the nearest second when calculating the retry delay.
|
|
```
|