Loading lib/multi.c +13 −12 Original line number Diff line number Diff line Loading @@ -956,7 +956,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, data->state.pipe_broke = FALSE; data->easy_conn = NULL; break; continue; } if(!data->easy_conn && Loading Loading @@ -1750,9 +1750,6 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, rc = CURLM_CALL_MULTI_PERFORM; } } } while(rc == CURLM_CALL_MULTI_PERFORM); data->result = result; if(CURLM_STATE_COMPLETED == data->mstate) { /* now fill in the Curl_message with this info */ Loading @@ -1766,6 +1763,10 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, multistate(data, CURLM_STATE_MSGSENT); } } while(rc == CURLM_CALL_MULTI_PERFORM); data->result = result; return rc; } Loading Loading
lib/multi.c +13 −12 Original line number Diff line number Diff line Loading @@ -956,7 +956,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, data->state.pipe_broke = FALSE; data->easy_conn = NULL; break; continue; } if(!data->easy_conn && Loading Loading @@ -1750,9 +1750,6 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, rc = CURLM_CALL_MULTI_PERFORM; } } } while(rc == CURLM_CALL_MULTI_PERFORM); data->result = result; if(CURLM_STATE_COMPLETED == data->mstate) { /* now fill in the Curl_message with this info */ Loading @@ -1766,6 +1763,10 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, multistate(data, CURLM_STATE_MSGSENT); } } while(rc == CURLM_CALL_MULTI_PERFORM); data->result = result; return rc; } Loading