From 4e7d18577c95cacb1f736f60b5f00ffd74393bc9 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Thu, 27 Apr 2017 14:00:18 +1000 Subject: [PATCH] Minor editorial corrections to reason phrase of CONNECTION_CLOSE Closes #199. --- draft-ietf-quic-transport.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 724489153f..80203f14e5 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -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}