diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-03-16 00:35:38 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-03-16 00:35:38 +0100 |
commit | aab3a77e8c1be2e5333d1ae436ab99d8b8f73580 (patch) | |
tree | b3c1b21a01c0f6f29d5bc78f57555a0f58a25e96 | |
parent | 068661bb028d7c9f08e5d35cf877c9584f9a46e5 (diff) | |
download | curl-aab3a77e8c1be2e5333d1ae436ab99d8b8f73580.tar.gz |
HTTP2: remove the outdated remark about multiplexing for the tool
-rw-r--r-- | docs/HTTP2.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md index 08db6799c..1a8e3e6ce 100644 --- a/docs/HTTP2.md +++ b/docs/HTTP2.md @@ -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. |