mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
README.http2: how to use it best with the multi API?
This commit is contained in:
parent
13dbb41c49
commit
61672bde44
1 changed files with 5 additions and 0 deletions
|
|
@ -17,3 +17,8 @@ HTTP2 with libcurl
|
|||
(or NPN) to negotiate which protocol to continue with. Possibly introduce an
|
||||
option that will cause libcurl to fail if not possible to use http2.
|
||||
|
||||
To consider:
|
||||
|
||||
- How to tell libcurl when using the multi interface that all or some of the
|
||||
handles are allowed to re-use the same physical connection. Can we just
|
||||
re-use existing pipelining logic?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue