-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase retry limit to 3 and add more retryable errors
* Retry on net::ERR_CONNECTION_RESET * Assign a custom fake status for DNS issues (net::ERR_NAME_NOT_RESOLVED) * Assign a custom fake status for TLS protocol errors (net::TLS_PROTOCOL_ERROR) * Take screenshots for these new fake statuses (since they won't be standard exceptions anymore) * Improve typing on HTTPStatus usages
- Loading branch information
Showing
1 changed file
with
33 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters