From ee11054298f5de6f42112a036b631c7b69645602 Mon Sep 17 00:00:00 2001 From: Julian Reschke Date: Wed, 20 May 2020 08:54:48 +0200 Subject: [PATCH] tls: fix broken reference to -transport --- draft-ietf-quic-tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index 70d675e34c..de0f06bb29 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -657,7 +657,7 @@ Endpoints that use session resumption might need to remember some information about the current connection when creating a resumed connection. TLS requires that some information be retained; see Section 4.6.1 of {{!TLS13}}. QUIC itself does not depend on any state being retained when resuming a connection, unless -0-RTT is also used; see {{enable-0rtt}} and Section 7.3.1 of +0-RTT is also used; see {{enable-0rtt}} and Section 7.4.1 of {{QUIC-TRANSPORT}}. Application protocols could depend on state that is retained between resumed connections.