summaryrefslogtreecommitdiff
path: root/docs/HTTP2.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/HTTP2.md')
-rw-r--r--docs/HTTP2.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md
index d44306767..7ab5dfdcc 100644
--- a/docs/HTTP2.md
+++ b/docs/HTTP2.md
@@ -78,7 +78,7 @@ attempt to re-use existing HTTP/2 connections and just add a new stream over
that when doing subsequent parallel requests.
While libcurl sets up a connection to a HTTP server there is a period during
-which it doesn't know if it can pipeline or do multiplexing and if you add new
+which it does not know if it can pipeline or do multiplexing and if you add new
transfers in that period, libcurl will default to start new connections for
those transfers. With the new option `CURLOPT_PIPEWAIT` (added in 7.43.0), you
can ask that a transfer should rather wait and see in case there's a
@@ -105,7 +105,7 @@ Since 7.47.0, the curl tool enables HTTP/2 by default for HTTPS connections.
curl tool limitations
---------------------
-The command line tool doesn't support HTTP/2 server push. It supports
+The command line tool does not support HTTP/2 server push. It supports
multiplexing when the parallel transfer option is used.
HTTP Alternative Services