-
Notifications
You must be signed in to change notification settings - Fork 80
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
Remove pending buffer when stream closed #245
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removal of pending data looks good. I have one comment. Please let me know if you have any questions.
Codecov ReportBase: 80.87% // Head: 80.74% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #245 +/- ##
==========================================
- Coverage 80.87% 80.74% -0.14%
==========================================
Files 48 48
Lines 4032 4046 +14
==========================================
+ Hits 3261 3267 +6
- Misses 629 636 +7
- Partials 142 143 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm glad that we came to a solution we both agree. Thanks @jerry-tao for your support.
@enobufs it seems like this may have caused a regression for TestEOF in |
Addresses a regression introduced by pion#245
Addresses a regression introduced by pion#245
Addresses a regression introduced by pion#245
Addresses a regression introduced by pion#245
Description
See #239
Reference issue
See #239