1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

even when we get a single connection to deal with, we must still check for

timeout'ed connections and possibly deal with them too
This commit is contained in:
Daniel Stenberg 2006-08-04 13:06:36 +00:00
parent 8f8ba9486d
commit 2ac560e58b

View File

@ -1203,10 +1203,9 @@ static CURLMcode multi_socket(struct Curl_multi *multi,
last */ last */
singlesocket(multi, data->set.one_easy); singlesocket(multi, data->set.one_easy);
*running_handles = multi->num_alive; /* Now we fall-through and do the timer-based stuff, since we don't want
to force the user to have to deal with timeouts as long as at least one
/* or should we fall-through and do the timer-based stuff? */ connection in fact has traffic. */
return result;
} }
/* /*