-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
Return UnknownStream from Connection::reset for closed/reset streams #778
Conversation
Codecov Report
@@ Coverage Diff @@
## master #778 +/- ##
==========================================
- Coverage 71.33% 70.89% -0.45%
==========================================
Files 73 74 +1
Lines 13111 12999 -112
==========================================
- Hits 9353 9215 -138
- Misses 3758 3784 +26
Continue to review full report at Codecov.
|
fbdc68c
to
c9b0b7f
Compare
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.
Nice.
@stammw just to be sure: note that your review is requested here, as well. :) |
Improves consistency with other stream interfaces. H3 logic was updated to ignore errors to preserve existing behavior, but future work might want to insert some unwraps there if static correctness guarantees are available.
Resolved merge conflict, just need a quick sanity-check for the h3 changes. |
Improves consistency with other stream interfaces. H3 logic was
updated to ignore errors to preserve existing behavior, but future
work might want to insert some unwraps there if static correctness
guarantees are available.