Skip to content

Commit

Permalink
STOP_SENDING in half-closed remote
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Jul 31, 2017
1 parent 23c7dd2 commit 7a46965
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -2559,11 +2559,12 @@ connection and stream flow-control windows. Even though these frames will be
discarded, because they are sent before their sender receives the STOP_SENDING,
the sender will consider the frames to count against its flow-control windows.
Upon receipt of a STOP_SENDING frame on a stream in the "open" state, an
endpoint SHOULD send a RST_STREAM with an error code of QUIC_RECEIVED_RST. If
the STOP_SENDING frame is received on a stream that is already in the
"half-closed (local)" or "closed" states, a RST_STREAM frame MAY still be sent
in order to cancel retransmission of previously-sent STREAM frames.
Upon receipt of a STOP_SENDING frame on a stream in the "open" or "half-closed
(remote)" states, an endpoint SHOULD send a RST_STREAM with an error code of
QUIC_RECEIVED_RST. If the STOP_SENDING frame is received on a stream that is
already in the "half-closed (local)" or "closed" states, a RST_STREAM frame MAY
still be sent in order to cancel retransmission of previously-sent STREAM
frames.
## Stream Concurrency {#stream-concurrency}
Expand Down

0 comments on commit 7a46965

Please sign in to comment.