Skip to content

Commit

Permalink
Merge pull request #2826 from quicwg/ianswett-exceed-stream-limits
Browse files Browse the repository at this point in the history
Make exceeding stream limits a connection error
  • Loading branch information
martinthomson committed Jun 26, 2019
2 parents dd947bc + 0cc9300 commit 0ba5ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,8 @@ If either is received, the connection MUST be closed immediately with a
connection error of type STREAM_LIMIT_ERROR (see {{immediate-close}}).

Endpoints MUST NOT exceed the limit set by their peer. An endpoint that
receives a STREAM frame with a stream ID exceeding the limit it has sent MUST
treat this as a stream error of type STREAM_LIMIT_ERROR ({{error-handling}}).
receives a frame with a stream ID exceeding the limit it has sent MUST treat
this as a connection error of type STREAM_LIMIT_ERROR ({{error-handling}}).

Once a receiver advertises a stream limit using the MAX_STREAMS frame,
advertising a smaller limit has no effect. A receiver MUST ignore any
Expand Down

0 comments on commit 0ba5ab2

Please sign in to comment.