From ceaba282b2074952f256a5d9c6e83439774e24f5 Mon Sep 17 00:00:00 2001 From: EKR Date: Fri, 27 Jul 2018 05:31:09 -0700 Subject: [PATCH] STREAM -> CRYPTO --- 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 e8960124e4..c1e3fe977b 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -434,7 +434,7 @@ Important: : The requirement for the server to wait for the client Finished message creates a dependency on that message being delivered. A client can avoid the potential for head-of-line blocking that this implies by sending a copy of the - STREAM frame that carries the Finished message in multiple packets. This + CRYPTO frame that carries the Finished message in multiple packets. This enables immediate server processing for those packets.