Skip to content

Commit

Permalink
Remove stream sequencing requirement; obsoleted by implicit-open of s…
Browse files Browse the repository at this point in the history
…treams

Fixes #1417.
  • Loading branch information
MikeBishop authored and igorlord committed Jun 18, 2018
1 parent d52a00e commit 9d92555
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions draft-ietf-quic-http.md
Expand Up @@ -278,8 +278,6 @@ this MUST be treated as a connection error (see HTTP_MALFORMED_FRAME in
{{http-error-codes}}). Streams which terminate abruptly may be reset at any
point in the frame.

Streams SHOULD be used sequentially, with no gaps.

HTTP does not need to do any separate multiplexing when using QUIC - data sent
over a QUIC stream always maps to a particular HTTP transaction. Requests and
responses are considered complete when the corresponding QUIC stream is closed
Expand Down

0 comments on commit 9d92555

Please sign in to comment.