mirror of
https://github.com/curl/curl.git
synced 2026-06-06 14:24:16 +03:00
continue
This commit is contained in:
parent
2c0a9c26c8
commit
5d825a6d89
1 changed files with 1 additions and 0 deletions
|
|
@ -2772,6 +2772,7 @@ CURLMcode curl_multi_perform(CURLM *m, int *running_handles)
|
|||
if(multi_handle_timeout(data, &now, &stream_unused, &result_unused)) {
|
||||
infof(data, "PENDING handle timeout");
|
||||
move_pending_to_connect(multi, data);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
(void)add_next_timeout(now, multi, Curl_splayget(t));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue