mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:27:17 +03:00
multi: provide Curl_multiuse_state to update information
As soon as a TLS backend gets ALPN conformation about the specific HTTP version it can now set the multiplex situation for the "bundle" and trigger moving potentially queued up transfers to the CONNECT state.
This commit is contained in:
parent
5c8783d77f
commit
be6e281cf2
10 changed files with 48 additions and 2 deletions
|
|
@ -82,6 +82,9 @@ size_t Curl_multi_max_total_connections(struct Curl_multi *multi);
|
|||
|
||||
void Curl_multi_connchanged(struct Curl_multi *multi);
|
||||
|
||||
void Curl_multiuse_state(struct connectdata *conn,
|
||||
int bundlestate); /* use BUNDLE_* defines */
|
||||
|
||||
/*
|
||||
* Curl_multi_closed()
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue