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

Simplify connection closing #62

Merged
merged 1 commit into from
Mar 30, 2021

Conversation

anton-ryzhov
Copy link
Contributor

After this fix #58 it could be much simpler but safe

@codecov
Copy link

codecov bot commented Mar 28, 2021

Codecov Report

Merging #62 (17cb1f2) into master (a605cf1) will increase coverage by 0.75%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   82.68%   83.43%   +0.75%     
==========================================
  Files           6        6              
  Lines        1282     1274       -8     
  Branches      139      137       -2     
==========================================
+ Hits         1060     1063       +3     
+ Misses        183      170      -13     
- Partials       39       41       +2     
Impacted Files Coverage Δ
src/manhole/__init__.py 90.22% <66.66%> (-0.20%) ⬇️
tests/wsgi.py 80.76% <0.00%> (+42.30%) ⬆️

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 a605cf1...17cb1f2. Read the comment docs.

@anton-ryzhov anton-ryzhov marked this pull request as ready for review March 28, 2021 22:30
@ionelmc ionelmc merged commit 73be8ff into ionelmc:master Mar 30, 2021
@ionelmc
Copy link
Owner

ionelmc commented Mar 30, 2021

Well I can't really remember why it was so complicated. I think I wanted to avoid some weird situations where errors wouldn't be able to go anywhere cause there's no valid stderr.

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