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

Eliminating double-muxing #71

Merged
merged 9 commits into from
Dec 8, 2016
4 changes: 2 additions & 2 deletions draft-ietf-quic-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ decoder in sequence. If a block is missing, all subsequent HPACK frames MUST be
held until it arrives, or the connection terminated.


### PRIORITY
### PRIORITY {#frame-priority}

The PRIORITY (type=0x02) frame specifies the sender-advised priority of a stream
and is substantially different from {{!RFC7540}}. In order to support ordering,
Expand Down Expand Up @@ -415,7 +415,7 @@ The HEADERS frame payload has the following fields:

Stream Dependency:
: A 32-bit stream identifier for the stream that this stream depends on
(see {{{priority}} and {!RFC7540}} Section 5.3).
(see {{priority}} and {!RFC7540}} Section 5.3).

Weight:
: An unsigned 8-bit integer representing a priority weight for the
Expand Down