Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[HttpClient] Make retry strategy work again#53889
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Sorry, I could not find a fix for you@rmikalkenas. I only found "hacky" solutions.. I still suggest merging this and then reopen#52587 |
rmikalkenas commentedFeb 12, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
IMO it could be easily fixed by adjusting logic at
With mine introduced fix
In addition to that, |
Yeah. Im afraid so..
Correct. That is the biggest issue. |
52dc25b
to9a5797d
CompareThank you@Nyholm. |
Thank you for merging |
Uh oh!
There was an error while loading.Please reload this page.
PR#53506 accidentally disabled the retry functionality. I reverted that PR and added a small test to make sure this does not happen again.
Thank you@ldebrouwer for reporting this.
FYI@nicolas-grekas@rmikalkenas, I will try to find an other solution tofix#52587. But I'll do that in a separate PR to get a quick merge on this one.