Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP & QPACK changelogs for -24 #3181

Merged
merged 2 commits into from Nov 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion draft-ietf-quic-http.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions draft-ietf-quic-qpack.md
Expand Up @@ -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)
Expand Down