From 8a7812a3b90a39064bb70c8683e62648ff9cdb51 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Mon, 26 Nov 2018 14:13:43 +1100 Subject: [PATCH] s/non-existent/not yet created/ This is the only relevant condition. Closes #2048. --- draft-ietf-quic-transport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 6bf482ac86..63cd99dbeb 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -4271,7 +4271,7 @@ to abruptly terminate transmission on a stream. Receipt of a STOP_SENDING frame is invalid for a locally-initiated stream that has not yet been created or is in the "Ready" state (see {{stream-send-states}}). Receiving a STOP_SENDING frame for a locally-initiated -send stream that is "Ready" or non-existent MUST be treated as a connection +send stream that is "Ready" or not yet created MUST be treated as a connection error of type PROTOCOL_VIOLATION. An endpoint that receives a STOP_SENDING frame for a receive-only stream MUST terminate the connection with error PROTOCOL_VIOLATION.