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

All H3 frames are flow controlled #4074

Merged
merged 3 commits into from
Sep 8, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions draft-ietf-quic-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -2264,6 +2264,13 @@ given time without modifying it.

[QPACK] provides additional details.

### Flow Control Differences

HTTP/2 specifies a stream flow control mechanism. Although all HTTP/2 frames are
delivered on streams, only the DATA frame type is subject to flow control. QUIC
subsumes flow control and all HTTP/3 frame types defined in this document are
LPardue marked this conversation as resolved.
Show resolved Hide resolved
sent on streams, meaning they are all subject to flow control.

### Guidance for New Frame Type Definitions

Frame type definitions in HTTP/3 often use the QUIC variable-length integer
Expand Down