From efd36fab39faa0404457ccb6b37e9ce9f9ce9b55 Mon Sep 17 00:00:00 2001 From: Kazuho Oku Date: Mon, 14 Oct 2019 10:18:38 -0700 Subject: [PATCH] s/HTTP_UNEXPECTED_FRAME/HTTP_FRAME_UNEXPECTED/ --- draft-ietf-quic-http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index 81c260939c..58f2a05cf9 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -1388,7 +1388,7 @@ implementation chooses. Frame types which were used in HTTP/2 where there is no corresponding HTTP/3 frame have also been reserved ({{iana-frames}}). These frame types MUST NOT be -sent, and receipt MAY be treated as an error of type HTTP_UNEXPECTED_FRAME. +sent, and receipt MAY be treated as an error of type HTTP_FRAME_UNEXPECTED. # Error Handling {#errors}