-
Notifications
You must be signed in to change notification settings - Fork 28
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
Retry following redirects on 400 (not 404), 502, 503, & 504 up to 5 times #762
Conversation
Codecov Report
@@ Coverage Diff @@
## master #762 +/- ##
==========================================
+ Coverage 84.74% 84.78% +0.03%
==========================================
Files 59 59
Lines 6026 6027 +1
==========================================
+ Hits 5107 5110 +3
+ Misses 919 917 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I guess a unittest needs fix ups to reflect 404 -> 400 change
|
@yarikoptic Fixed. |
Great, thank you! |
Closes #761.