From 0bdc75a1790fb5e9cf76fd576ff3fb71397f944a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20B=C3=A9ky?= Date: Wed, 17 Jul 2019 10:08:45 -0400 Subject: [PATCH] Explicitly allow unknown frames. --- draft-ietf-quic-http.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index dfe5ff182e..800b4fb2d8 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -415,6 +415,10 @@ before, after, or interleaved with the frames of a response message. These PUSH_PROMISE frames are not part of the response; see {{server-push}} for more details. +Reserved frames ({{frame-grease}}) or frames of types not defined in this +document MAY be sent on a request or push stream before, after, or interleaved +with other frames described in this section. + The HEADERS and PUSH_PROMISE frames might reference updates to the QPACK dynamic table. While these updates are not directly part of the message exchange, they must be received and processed before the message can be consumed. See