From 2961f4ae1ac752058beb64a205869de0565b7c43 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 12 Jun 2019 01:26:25 +0200 Subject: [PATCH] Fix inconsistency. 'on a control stream' instead of 'on either control stream'. --- 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 d952cafd7f..636d644e3c 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -1086,7 +1086,7 @@ DATA frames (type=0x0) convey arbitrary, variable-length sequences of bytes associated with an HTTP request or response payload. DATA frames MUST be associated with an HTTP request or response. If a DATA -frame is received on either control stream, the recipient MUST respond with a +frame is received on a control stream, the recipient MUST respond with a connection error ({{errors}}) of type HTTP_WRONG_STREAM. ~~~~~~~~~~ drawing