From 5ecab0ca32a8737ac6488b56bfaf7c90790a2aa4 Mon Sep 17 00:00:00 2001 From: Mike Bishop Date: Tue, 8 Oct 2019 15:20:40 -0400 Subject: [PATCH 1/2] Broader section reference --- draft-ietf-quic-http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index 81c260939c..b0dd1d056b 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -489,7 +489,7 @@ the status code for the response. These pseudo-header fields are defined in Section 8.1.2.3 and 8.1.2.4 of {{!HTTP2}}. Pseudo-header fields are not HTTP header fields. Endpoints MUST NOT generate pseudo-header fields other than those defined in {{!HTTP2}}. The restrictions on the use of pseudo-header -fields in Section 8.1.2.1 of {{!HTTP2}} also apply to HTTP/3. +fields in Section 8.1.2 of {{!HTTP2}} also apply to HTTP/3. HTTP/3 uses QPACK header compression as described in [QPACK], a variation of HPACK which allows the flexibility to avoid header-compression-induced From 57b722d3a32e364a57c497bb8ab88cdeaa991d72 Mon Sep 17 00:00:00 2001 From: Mike Bishop Date: Tue, 8 Oct 2019 15:26:53 -0400 Subject: [PATCH 2/2] Malformed under restrictions --- draft-ietf-quic-http.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index b0dd1d056b..30e8d8867c 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -489,7 +489,9 @@ the status code for the response. These pseudo-header fields are defined in Section 8.1.2.3 and 8.1.2.4 of {{!HTTP2}}. Pseudo-header fields are not HTTP header fields. Endpoints MUST NOT generate pseudo-header fields other than those defined in {{!HTTP2}}. The restrictions on the use of pseudo-header -fields in Section 8.1.2 of {{!HTTP2}} also apply to HTTP/3. +fields in Section 8.1.2 of {{!HTTP2}} also apply to HTTP/3. Messages which +are considered malformed under these restrictions are handled as described in +{{malformed}}. HTTP/3 uses QPACK header compression as described in [QPACK], a variation of HPACK which allows the flexibility to avoid header-compression-induced