Skip to content

Commit

Permalink
Merge pull request #699 from quicwg/empty-fin
Browse files Browse the repository at this point in the history
Make description of the empty STREAM frame clearer
  • Loading branch information
martinthomson committed Aug 2, 2017
2 parents a02d939 + f91cc61 commit dcd427d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -2256,8 +2256,8 @@ Stream Data:
: The bytes from the designated stream to be delivered.

A stream frame's Stream Data MUST NOT be empty, unless the FIN bit is set. When
the FIN flag is sent on an empty STREAM frame, the offset in the STREAM frame
MUST be one greater than the last data byte sent on this stream.
the FIN flag is sent on an empty STREAM frame, the offset in the STREAM frame is
the offset of the next byte that would be sent.

Stream multiplexing is achieved by interleaving STREAM frames from multiple
streams into one or more QUIC packets. A single QUIC packet can include
Expand Down

0 comments on commit dcd427d

Please sign in to comment.