From da92791edf17f8974b0bd4b426671c3e6df9fcfc Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Thu, 7 Jan 2021 18:09:02 +1100 Subject: [PATCH] As Murray says, it just ends No need for a SHOULD here. (No issue yet.) --- draft-ietf-quic-transport.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index f43916a0d4..8caae20135 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -2948,9 +2948,9 @@ the endpoints exits the closing state. An endpoint MAY enter the draining state from the closing state if it receives a CONNECTION_CLOSE frame, which indicates that the peer is also closing or -draining. In this case, the draining state SHOULD end when the closing state -would have ended. In other words, the endpoint uses the same end time, but -ceases transmission of any packets on this connection. +draining. In this case, the draining state ends when the closing state would +have ended. In other words, the endpoint uses the same end time, but ceases +transmission of any packets on this connection. ### Immediate Close During the Handshake {#immediate-close-hs}