Skip to content

Commit

Permalink
martin's nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Jana Iyengar committed Sep 28, 2017
1 parent b234013 commit 12b7d86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-transport.md
Expand Up @@ -2618,10 +2618,10 @@ on new STREAM frames. Retransmission of data that has already been sent on
STREAM frames is permitted. An endpoint MAY also send MAX_STREAM_DATA and
STOP_SENDING in this state.
An application with a stream in this state may no longer care about data sent on
the stream and may choose to reset the stream. To permit this behavior, a
RST_STREAM frame MAY be sent in this state. The final offset carried in this
RST_STREAM frame MUST be the same as the previously established final offset.
An application can decide to abandon a stream in this state. An endpoint can
send RST_STREAM for a stream that was closed with the FIN flag. The final offset
carried in this RST_STREAM frame MUST be the same as the previously established
final offset.
An endpoint that closes a stream MUST NOT send data beyond the final offset that
it has chosen, see {{state-closed}} for details.
Expand Down

0 comments on commit 12b7d86

Please sign in to comment.