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

Commits on Oct 24, 2017

  1. Improve GOAWAY description

    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.
    martinthomson committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    1871147 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Configuration menu
    Copy the full SHA
    83087ce View commit details
    Browse the repository at this point in the history