-
-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Removes call to getpeername in SocketStream #744
Conversation
|
OK cleared up that test and added a newsfragment. |
Codecov Report
@@ Coverage Diff @@
## master #744 +/- ##
==========================================
- Coverage 99.34% 99.32% -0.02%
==========================================
Files 96 96
Lines 11577 11636 +59
Branches 827 832 +5
==========================================
+ Hits 11501 11558 +57
- Misses 56 57 +1
- Partials 20 21 +1
Continue to review full report at Codecov.
|
This is pretty close! A few comments:
|
It's nice how the codecov report revealed those issues! I took a look at the reports. Thanks for suggestions on the newsfragments, all points noted. :-) Oh and sorry it took me so long to finish this. |
Fixes #609.
I have a few questions: