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

Remove application close #855

Merged
merged 2 commits into from Oct 12, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 6 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -1517,11 +1517,12 @@ receives either a CONNECTION_CLOSE, APPLICATION_CLOSE or an acknowledgement for
a packet that contained a either close frame.

An immediate close can be used after an application protocol has arranged to
close a connection. This might be after negotiating a graceful shutdown. The
application protocol exchanges whatever messages that are needed to cause both
endpoints to agree to close the connection, after which the application requests
that the connection be closed. The application protocol can use an
APPLICATION_CLOSE message with an appropriate error code to signal closure.
close a connection. This might be after the application protocols negotiates a
graceful shutdown. The application protocol exchanges whatever messages that
are needed to cause both endpoints to agree to close the connection, after which
the application requests that the connection be closed. The application
protocol can use an APPLICATION_CLOSE message with an appropriate error code to
signal closure.


### Stateless Reset {#stateless-reset}
Expand Down