]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: Remove outdated curl tool limitation
authorJay Satiro <raysatiro@yahoo.com>
Tue, 15 Jun 2021 06:46:10 +0000 (02:46 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 15 Jun 2021 07:19:32 +0000 (03:19 -0400)
- Document that HTTP/2 multiplexing is supported by the curl tool when
  parallel transfers are used.

Supported since 7.66.0 via --parallel, but the doc wasn't updated.

Closes https://github.com/curl/curl/pull/7259

docs/HTTP2.md

index 1a8e3e6ceac3c6523a05be39c2745c80a26684b0..d4430676768df70267ae8166e32aa6ae3ccb47cc 100644 (file)
@@ -105,9 +105,8 @@ Since 7.47.0, the curl tool enables HTTP/2 by default for HTTPS connections.
 curl tool limitations
 ---------------------
 
-The command line tool also doesn't support HTTP/2 server push for the same
-reason it doesn't do multiplexing: it needs to use the multi interface for
-that so that multiplexing is supported.
+The command line tool doesn't support HTTP/2 server push. It supports
+multiplexing when the parallel transfer option is used.
 
 HTTP Alternative Services
 -------------------------