From c14e934e3011a1659f5fca362052e67633c33d3a Mon Sep 17 00:00:00 2001 From: Eric Rescorla Date: Thu, 29 Feb 2024 17:01:59 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Christopher Patton --- draft-ietf-tls-esni.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-tls-esni.md b/draft-ietf-tls-esni.md index 5f663763..7b63e9cd 100644 --- a/draft-ietf-tls-esni.md +++ b/draft-ietf-tls-esni.md @@ -958,7 +958,7 @@ As described in {#topologies}, servers can play two roles, either as the client-facing server or as the back-end server. Depending on the server role, the `ECHClientHello` will be different: -* A client-facing server expects a `ECHClientHello.type` of `outer`, +* A client-facing server expects a `ECHClientHello.type` of `outer`, and proceeds as described in {{client-facing-server}} to extract a ClientHelloInner, if available.