mirror of
https://github.com/curl/curl.git
synced 2026-07-25 10:47:45 +03:00
http2: multi_connchanged() moved from multi.c, only used for h2
Closes #3557
This commit is contained in:
parent
4854b344e7
commit
61496154ce
2 changed files with 14 additions and 13 deletions
11
lib/multi.c
11
lib/multi.c
|
|
@ -1155,17 +1155,6 @@ CURLMcode curl_multi_wait(struct Curl_multi *multi,
|
|||
{
|
||||
return Curl_multi_wait(multi, extra_fds, extra_nfds, timeout_ms, ret, NULL);
|
||||
}
|
||||
/*
|
||||
* Curl_multi_connchanged() is called to tell that there is a connection in
|
||||
* this multi handle that has changed state (pipelining become possible, the
|
||||
* number of allowed streams changed or similar), and a subsequent use of this
|
||||
* multi handle should move CONNECT_PEND handles back to CONNECT to have them
|
||||
* retry.
|
||||
*/
|
||||
void Curl_multi_connchanged(struct Curl_multi *multi)
|
||||
{
|
||||
multi->recheckstate = TRUE;
|
||||
}
|
||||
|
||||
/*
|
||||
* multi_ischanged() is called
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue