-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Send GOAWAY to server on Client Transport Shutdown #7015
Conversation
@aranjans can you check test failures? |
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've taken a first pass at the PR. Let me know if you have any questions
Also the tests are failing due to a panic on a nil pointer reference. Seems like its the |
a9ab1a7
to
4d6f00f
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #7015 +/- ##
==========================================
+ Coverage 81.24% 82.35% +1.11%
==========================================
Files 345 305 -40
Lines 33941 31405 -2536
==========================================
- Hits 27574 25865 -1709
+ Misses 5202 4466 -736
+ Partials 1165 1074 -91
|
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.
The changes to transport looks right to me. However I think we are missing something in the test. Could you take another look?
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.
The changes to transport looks right to me. However I think we are missing something in the test. Could you take another look?
c8b2b7e
to
cc59944
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.
I think we need to iterate over the test once again. Left a few comments.
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.
LGTM modulo the requested change to the last stream ID field in the GOAWAY.
Thanks and congrats on your first PR!
3f6e180
to
dffaae0
Compare
Co-authored-by: Arvind Bright <[email protected]>
Co-authored-by: Arvind Bright <[email protected]>
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.
LGTM. Congrats on the first PR!
Fixes #460
RELEASE NOTES: