-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: switch httpclient to httpclient2 for retry feature #3606
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3606 +/- ##
======================================
Coverage 100% 100%
======================================
Files 32 32
Lines 919 919
======================================
Hits 919 919
Continue to review full report at Codecov.
|
await sleep(5000); | ||
assert(errorHadEmit); |
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.
这里顺便修复下 CI 不稳定的问题
feat: switch httpclient to httpclient2 for retry feature (#3606)
…)" This reverts commit eead318.
Checklist
npm test
passesAffected core subsystem(s)
Description of change
close #2467