mirror of
https://github.com/curl/curl.git
synced 2026-07-16 00:07:22 +03:00
parent
9f9fecc724
commit
0122cc17f1
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