Skip to content

Commit

Permalink
HTTP: state that placeholders have weight
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Tikhonov authored and MikeBishop committed Dec 12, 2018
1 parent 77d86de commit 30fa96d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions draft-ietf-quic-http.md
Expand Up @@ -519,9 +519,9 @@ The PRIORITY frame payload has the following fields:
dependencies, see {{priority}} and {{!RFC7540}}, Section 5.3.

Weight:
: An unsigned 8-bit integer representing a priority weight for the stream (see
{{!RFC7540}}, Section 5.3). Add one to the value to obtain a weight between
1 and 256.
: An unsigned 8-bit integer representing a priority weight for the prioritized
element (see {{!RFC7540}}, Section 5.3). Add one to the value to obtain a
weight between 1 and 256.

A PRIORITY frame identifies an element to prioritize, and an element upon which
it depends. A Prioritized ID or Dependency ID identifies a client-initiated
Expand Down Expand Up @@ -1095,6 +1095,8 @@ treated as a connection error of type `HTTP_WRONG_SETTING_DIRECTION`.
Placeholders are identified by an ID between zero and one less than the number
of placeholders the server has permitted.

Like streams, placeholders have priority information associated with them.

### Priority Tree Maintenance

Servers can aggressively prune inactive regions from the priority tree, because
Expand Down

0 comments on commit 30fa96d

Please sign in to comment.