mirror of
https://github.com/curl/curl.git
synced 2026-04-21 10:52:13 +03:00
multi: set CURLM_CALL_MULTI_PERFORM after switch to DOING_MORE
Since there is nothing to wait for there. Avoids the test 1233 hang reported in #12033. Reported-by: Dan Fandrich Closes #12042
This commit is contained in:
parent
911d37bb2f
commit
6dd6654f75
1 changed files with 1 additions and 0 deletions
|
|
@ -2221,6 +2221,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
|
|||
/* we're supposed to do more, but we need to sit down, relax
|
||||
and wait a little while first */
|
||||
multistate(data, MSTATE_DOING_MORE);
|
||||
rc = CURLM_CALL_MULTI_PERFORM;
|
||||
}
|
||||
else {
|
||||
/* we're done with the DO, now DID */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue