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

Wrap Sequence, for now #273

Merged
merged 2 commits into from Feb 23, 2017
Merged
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
4 changes: 4 additions & 0 deletions draft-ietf-quic-http.md
Expand Up @@ -479,6 +479,10 @@ On receipt, header blocks (HEADERS, PUSH_PROMISE) MUST be processed by the HPACK
decoder in sequence. If a block is missing, all subsequent HPACK frames MUST be
held until it arrives, or the connection terminated.

When the Sequence counter reaches its maximum value (0xFFFF), the next increment
returns it to zero. An endpoint MUST NOT wrap the Sequence counter to zero
until the previous zero-value header block has been confirmed received.


### PRIORITY {#frame-priority}

Expand Down