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

Improve GOAWAY description #898

Merged
merged 2 commits into from
Nov 11, 2017
Merged

Improve GOAWAY description #898

merged 2 commits into from
Nov 11, 2017

Conversation

martinthomson
Copy link
Member

As noted by @hardie in #604, the description of GOAWAY hasn't tracked
the changes in the transport. This updates it. Most importantly, it says what
to do to finish a graceful shutdown, including the sending of APPLICATION_CLOSE
frames.

I added a new error code for when the server receives a GOAWAY. I also changed
the description to be less generic and use client and server as appropriate.

As noted by @hardie in #604, the description of GOAWAY hasn't tracked
the changes in the transport.  This updates it.  Most importantly, it says what
to do to finish a graceful shutdown, including the sending of APPLICATION_CLOSE
frames.

I added a new error code for when the server receives a GOAWAY.  I also changed
the description to be less generic and use client and server as appropriate.
@MikeBishop MikeBishop merged commit 3517b21 into master Nov 11, 2017
@MikeBishop MikeBishop deleted the improve-goaway branch November 11, 2017 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants