oops, the previous commit was incomplete as we made an unconditional call

to multi_runsingle() without it being really necessary or good
This commit is contained in:
Daniel Stenberg 2006-08-04 14:39:19 +00:00
parent 2ac560e58b
commit 8709f6c4b3
1 changed files with 3 additions and 0 deletions

View File

@ -1206,6 +1206,9 @@ static CURLMcode multi_socket(struct Curl_multi *multi,
/* 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
connection in fact has traffic. */
data = NULL; /* set data to NULL again to avoid calling multi_runsingle()
in case there's no need to */
}
/*