Skip to content
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

fix: set socketErrorRetry = 1 by default #455

Merged
merged 4 commits into from
Jun 15, 2023
Merged

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Jun 15, 2023

closes #454

@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Merging #455 (303010a) into master (416b2ca) will increase coverage by 0.15%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #455      +/-   ##
==========================================
+ Coverage   99.48%   99.63%   +0.15%     
==========================================
  Files           8        8              
  Lines        1358     1386      +28     
  Branches      240      245       +5     
==========================================
+ Hits         1351     1381      +30     
+ Misses          7        5       -2     
Impacted Files Coverage Δ
src/HttpClient.ts 99.56% <100.00%> (+0.30%) ⬆️
src/Request.ts 100.00% <100.00%> (ø)
src/Response.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@fengmk2 fengmk2 merged commit 1d26bb8 into master Jun 15, 2023
22 checks passed
@fengmk2 fengmk2 deleted the retry-on-socket-error branch June 15, 2023 12:56
fengmk2 pushed a commit that referenced this pull request Jun 15, 2023
[skip ci]

## [3.17.1](v3.17.0...v3.17.1) (2023-06-15)

### Bug Fixes

* set `socketErrorRetry = 1` by default ([#455](#455)) ([1d26bb8](1d26bb8))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

retry on socket error
1 participant