diff --git a/docs/HTTP2.md b/docs/HTTP2.md index 1a8e3e6ce..d44306767 100644 --- a/docs/HTTP2.md +++ b/docs/HTTP2.md @@ -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 -------------------------