Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify client behavior for 502 and 504 response codes
The spec previously said that the client should retry if 502 or 504 response is received. However, it was not specified what retry strategy should be used if Retry-After header is missing. The spec now says that the behavior when Retry-After is missing is the same for all 4 expected codes: 429,502,503,504.
- Loading branch information