-
Notifications
You must be signed in to change notification settings - Fork 77
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
Update RoundTrip retry condition #2033
Update RoundTrip retry condition #2033
Conversation
Signed-off-by: vankichi <[email protected]>
Deploying with Cloudflare Pages
|
[CHATOPS:HELP] ChatOps commands.
|
Profile Report
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #2033 +/- ##
==========================================
+ Coverage 29.41% 29.42% +0.01%
==========================================
Files 366 366
Lines 34625 34625
==========================================
+ Hits 10186 10190 +4
+ Misses 24013 24009 -4
Partials 426 426
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
I have updated the round trip retry condition, which removed MovePermanently from the retry condition.
Because it repeats the round trip with the original URL even though the redirect occurs.
We don't need to do a round trip if a redirect occurs because it will lead to the redirect destination.
Related Issue:
None
Versions:
Checklist:
Special notes for your reviewer: