Skip to content
Snippets Groups Projects
Commit 8709f6c4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

to multi_runsingle() without it being really necessary or good
parent 2ac560e5
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment