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

Closing and draining tidy #3988

Merged
merged 12 commits into from Aug 27, 2020
6 changes: 3 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -2827,9 +2827,9 @@ is in the draining state.

An endpoint that receives a CONNECTION_CLOSE frame MAY send a single packet
containing a CONNECTION_CLOSE frame before entering the draining state, using a
NO_ERROR code if appropriate. An endpoint MUST NOT
send further packets, which could result in a constant exchange of
CONNECTION_CLOSE frames until either endpoint exits the closing state.
NO_ERROR code if appropriate. An endpoint MUST NOT send further packets, which
could result in a constant exchange of CONNECTION_CLOSE frames until either
endpoint exits the closing state.
martinthomson marked this conversation as resolved.
Show resolved Hide resolved

An endpoint MAY transition from the closing state to the draining state if it
receives a CONNECTION_CLOSE frame, which indicates that the peer is also
Expand Down