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

Handle connection reset error in fast http client #1475

Conversation

bendizen
Copy link
Contributor

@bendizen bendizen commented Jul 8, 2020

fix unhandled exception "ConnectionResetError: [Errno 104] Connection reset by peer"

fix unhandled exception "ConnectionResetError: [Errno 104] Connection reset by peer"
@codecov
Copy link

codecov bot commented Jul 8, 2020

Codecov Report

Merging #1475 into master will decrease coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1475      +/-   ##
==========================================
- Coverage   81.30%   81.22%   -0.09%     
==========================================
  Files          27       27              
  Lines        2386     2386              
  Branches      366      366              
==========================================
- Hits         1940     1938       -2     
- Misses        353      354       +1     
- Partials       93       94       +1     
Impacted Files Coverage Δ
locust/contrib/fasthttp.py 85.44% <100.00%> (ø)
locust/user/task.py 95.67% <0.00%> (-1.09%) ⬇️

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 b86693c...bfd75e8. Read the comment docs.

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.

2 participants