Commit 2158e234 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

After the TCP connect is confirmed in CURLM_STATE_WAITCONNECT and it changes

state, we return CURLM_CALL_MULTI_PERFORM unconditionally then so that we
can act faster like in the case the protocol-specific connect doesn't block
on anything and we can just persue on the next action immediately. It also
then avoids a case where curl_multi_fdset() would return -1.
parent cb348a5b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment