mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
HTTP2: remove the outdated remark about multiplexing for the tool
This commit is contained in:
parent
068661bb02
commit
aab3a77e8c
@ -105,11 +105,6 @@ Since 7.47.0, the curl tool enables HTTP/2 by default for HTTPS connections.
|
||||
curl tool limitations
|
||||
---------------------
|
||||
|
||||
The command line tool won't do any HTTP/2 multiplexing even though libcurl
|
||||
supports it, simply because the curl tool is not written to take advantage of
|
||||
the libcurl API that's necessary for this (the multi interface). We have an
|
||||
outstanding TODO item for this and **you** can help us make it happen.
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user