Closed ajimae closed 3 years ago
Merging #1714 (79a1343) into master (9034675) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #1714 +/- ##
=======================================
Coverage 98.65% 98.66%
=======================================
Files 128 128
Lines 3428 3434 +6
Branches 791 795 +4
=======================================
+ Hits 3382 3388 +6
Misses 42 42
Partials 4 4
Impacted Files | Coverage Δ | |
---|---|---|
packages/sdk-middleware-http/src/http.js | 97.82% <100.00%> (+0.15%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9034675...79a1343. Read the comment docs.
Summary
Add retryOnAbort config
Description
Add config to enable retry an aborted request
Todo
Closes #1713