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

Minor editorial corrections to reason phrase of CONNECTION_CLOSE #469

Merged
merged 1 commit into from Apr 27, 2017
Merged
Changes from all commits
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: 7 additions & 4 deletions draft-ietf-quic-transport.md
Expand Up @@ -1866,13 +1866,16 @@ Error Code:

Reason Phrase Length:

: A 16-bit unsigned number specifying the length of the reason phrase. This may
be zero if the sender chooses to not give details beyond the Error Code.
: A 16-bit unsigned number specifying the length of the reason phrase. Note
that a CONNECTION_CLOSE frame cannot be split between packets, so in practice
any limits on packet size will also limit the space available for a reason
phrase.

Reason Phrase:

: An optional human-readable explanation for why the connection was closed.

: A human-readable explanation for why the connection was closed. This can be
zero length if the sender chooses to not give details beyond the Error Code.
This SHOULD be a UTF-8 encoded string {{!RFC3629}}.


## GOAWAY Frame {#frame-goaway}
Expand Down