From c870258a33856d0d04dd0e93535e3a816fd0571c Mon Sep 17 00:00:00 2001 From: martinduke Date: Mon, 4 Mar 2019 16:37:33 -0800 Subject: [PATCH] Change error code for DUPLICATE_PUSH I believe UNEXPECTED_FRAME is the preferred type. --- 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 a5770f35ed..8a3cffa48e 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -861,7 +861,7 @@ DUPLICATE_PUSH frame on any other stream MUST be treated as a connection error of type HTTP_WRONG_STREAM. A client MUST NOT send a DUPLICATE_PUSH frame. A server MUST treat the receipt -of a DUPLICATE_PUSH frame as a connection error of type HTTP_MALFORMED_FRAME. +of a DUPLICATE_PUSH frame as a connection error of type HTTP_UNEXPECTED_FRAME. ~~~~~~~~~~ drawing 0 1 2 3