From f1b411270ab81a9883839bcd872f31e613e681a9 Mon Sep 17 00:00:00 2001 From: RenjieTang Date: Thu, 15 Aug 2019 14:35:05 -0400 Subject: [PATCH] Update QPACK stream creation error On receiving duplicate QPACK streams, the error should be HTTP_STREAM_CREATION_ERROR which matches with control stream duplicates. --- draft-ietf-quic-qpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index 9100ff5e9d..bfae9b580c 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -624,7 +624,7 @@ QPACK defines two unidirectional stream types: HTTP/3 endpoints contain a QPACK encoder and decoder. Each endpoint MUST initiate at most one encoder stream and at most one decoder stream. Receipt of a second instance of either stream type MUST be treated as a connection error of -type HTTP_WRONG_STREAM_COUNT. These streams MUST NOT be closed. Closure of +type HTTP_STREAM_CREATION_ERROR. These streams MUST NOT be closed. Closure of either unidirectional stream type MUST be treated as a connection error of type HTTP_CLOSED_CRITICAL_STREAM.