From e3761e0c2ea0432f4ff1eff235dd46eeb7175a77 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Tue, 11 Jun 2019 08:52:04 -0400 Subject: [PATCH] Fix number agreement: a peer *is* able --- 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 50a02ed7bf..e1d32d89d5 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -965,7 +965,7 @@ control stream is closed at any point, this MUST be treated as a connection error of type HTTP_CLOSED_CRITICAL_STREAM. A pair of unidirectional streams is used rather than a single bidirectional -stream. This allows either peer to send data as soon they are able. Depending +stream. This allows either peer to send data as soon it is able. Depending on whether 0-RTT is enabled on the connection, either client or server might be able to send stream data first after the cryptographic handshake completes.