Skip to content

Commit

Permalink
s/MUST/SHOULD when stream IDs are beyond limits
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Thomson <[email protected]>
  • Loading branch information
LPardue and martinthomson authored May 22, 2020
1 parent ffae0f2 commit 11f28fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-httpbis-priority.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ Priority Field Value:
The PRIORITY_UPDATE frame MAY be sent before the stream that it references has
been created. The Stream ID MUST be within the stream limit. If a server
receives a PRIORITY_UPDATE for a Stream ID that is beyond the stream limits,
this MUST be treated as a connection error of type PROTOCOL_ERROR.
this SHOULD be treated as a connection error of type PROTOCOL_ERROR.
PRIORITY_UPDATE frames received before the request or response has started
SHOULD be buffered until the stream is opened and applied immediately after the
request message has been processed. Holding PRIORITY_UPDATES consumes extra
Expand Down Expand Up @@ -441,7 +441,7 @@ Priority Field Value:
The PRIORITY_UPDATE frame MAY be sent before the request stream that it
references has been created. The Stream ID MUST be within the client-initiated
bidirectional stream limit. If a server receives a PRIORITY_UPDATE for a Stream
ID that is beyond the stream limits, this MUST be treated as a connection error
ID that is beyond the stream limits, this SHOULD be treated as a connection error
of type H3_ID_ERROR. PRIORITY_UPDATE frames received before the request or
response has started SHOULD be buffered until the stream is opened and applied
immediately after the request message has been processed. Holding
Expand Down

0 comments on commit 11f28fd

Please sign in to comment.