From 4763ecefb6eda25b4d4abd61df757376651588dd Mon Sep 17 00:00:00 2001 From: Mike Bishop Date: Fri, 1 Nov 2019 10:47:53 -0400 Subject: [PATCH 1/2] HTTP changelog --- draft-ietf-quic-http.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index b34c6cdb8d..d9b71e5180 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -2019,6 +2019,12 @@ Error codes need to be defined for HTTP/2 and HTTP/3 separately. See > **RFC Editor's Note:** Please remove this section prior to publication of a > final version of this document. +## Since draft-ietf-quic-http-23 + +- Removed `quic` Alt-Svc parameter (#3061,#3118) +- Clients need not persist unknown settings for use in 0-RTT (#3110,#3113) +- Clarify error cases around CANCEL_PUSH (#2819,#3083) + ## Since draft-ietf-quic-http-22 - Removed priority signaling (#2922,#2924) @@ -2047,7 +2053,7 @@ Error codes need to be defined for HTTP/2 and HTTP/3 separately. See ## Since draft-ietf-quic-http-21 -- No changes +No changes ## Since draft-ietf-quic-http-20 From 9ab15f9af80f63998738ce160d25ebe3c99adf30 Mon Sep 17 00:00:00 2001 From: Mike Bishop Date: Fri, 1 Nov 2019 10:50:09 -0400 Subject: [PATCH 2/2] Nothing non-editorial for QPACK --- draft-ietf-quic-qpack.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index c8327ff1a4..e3551a3c15 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -1343,6 +1343,10 @@ return controlBuffer, prefixBuffer + streamBuffer > **RFC Editor's Note:** Please remove this section prior to publication of a > final version of this document. +## Since draft-ietf-quic-qpack-10 + +Editorial changes + ## Since draft-ietf-quic-qpack-09 - Decoders MUST emit Header Acknowledgements (#2939)