diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index abf7ef96e5..9e097d2db4 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -1385,9 +1385,9 @@ the entire connection when an error is encountered. These are referred to as connection error. Because new error codes can be defined without negotiation (see {{extensions}}), -receipt of an unknown error code or use of an error code in an unexpected -context MUST NOT be treated as an error. However, closing a stream can -constitute an error regardless of the error code (see {{request-response}}). +use of an error code in an unexpected context or receipt of an unknown error +code MUST be treated as equivalent to H3_NO_ERROR. However, closing a stream +can have other effects regardless of the error code (see {{request-response}}). This section describes HTTP/3-specific error codes which can be used to express the cause of a connection or stream error.