mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:27:17 +03:00
docs: Remove outdated curl tool limitation
- 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
This commit is contained in:
parent
c6cac5a96c
commit
22aa098113
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
-------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue