From 26d90987df16bcd264146040aa0ed33995ccc0bf Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Sun, 17 Nov 2019 13:15:45 +0800 Subject: [PATCH] --layer --- draft-ietf-quic-tls.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index c2da86a49b..14c5c891ab 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -1471,10 +1471,10 @@ negotiated with a no_application_protocol TLS alert (QUIC error code 0x178, see QUIC clients MUST also use it to terminate a connection when ALPN negotiation fails. -An application-layer protocol MAY restrict the QUIC versions that it can operate -over. Servers MUST select an application protocol compatible with the QUIC -version that the client has selected. The server MUST treat the inability to -select a compatible application protocol as a connection error of type 0x178 +An application protocol MAY restrict the QUIC versions that it can operate over. +Servers MUST select an application protocol compatible with the QUIC version +that the client has selected. The server MUST treat the inability to select a +compatible application protocol as a connection error of type 0x178 (no_application_protocol). Similarly, a client MUST treat the selection of an incompatible application protocol by a server as a connection error of type 0x178.