Calvin
Results
1
issues of
Calvin
Updated `Retry.is_retry` so that a `MaxRetryError` is raised if retries are exhausted for the status codes in `RETRY_AFTER_STATUS_CODES` (413, 429, 503). This fixes [Issue 3688](https://github.com/urllib3/urllib3/issues/3688) which outlines the inconsistent error...