Skip to content

Commit

Permalink
Rephrase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jana Iyengar committed Sep 19, 2017
1 parent c15a611 commit 54f2900
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions draft-ietf-quic-transport.md
Expand Up @@ -2615,10 +2615,12 @@ Any frame type that mentions a stream ID can be sent in this state.
A stream that is in the "half-closed (local)" state MUST NOT be used for sending
on new STREAM frames. Retransmission of data that has already been sent on
STREAM frames is permitted. If the stream is canceled or reset while in this
state, a RST_STREAM frame MAY be sent. A RST_STREAM frame sent in this state
MUST carry the stream's final offset. An endpoint MAY also send MAX_STREAM_DATA
and STOP_SENDING in this state.
STREAM frames is permitted. An endpoint MAY also send MAX_STREAM_DATA and
STOP_SENDING in this state.
If application resets a stream in this state, a RST_STREAM frame MAY be sent.
The final offset carried in a RST_STREAM frame sent in this state MUST be the
same as any previously indicated 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 54f2900

Please sign in to comment.