mirror of
https://github.com/curl/curl.git
synced 2026-05-30 14:37:30 +03:00
parent
a88fe0fd14
commit
61a08508f6
1 changed files with 2 additions and 2 deletions
|
|
@ -1808,7 +1808,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
|
|||
multistate(data, CURLM_STATE_SENDPROTOCONNECT);
|
||||
}
|
||||
}
|
||||
else if(result)
|
||||
else
|
||||
stream_error = TRUE;
|
||||
break;
|
||||
#endif
|
||||
|
|
@ -1858,7 +1858,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
|
|||
multistate(data, CURLM_STATE_DO);
|
||||
rc = CURLM_CALL_MULTI_PERFORM;
|
||||
}
|
||||
else if(result) {
|
||||
else {
|
||||
/* failure detected */
|
||||
Curl_posttransfer(data);
|
||||
multi_done(data, result, TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue