We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88fe0f commit 61a0850Copy full SHA for 61a0850
lib/multi.c
@@ -1808,7 +1808,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
1808
multistate(data, CURLM_STATE_SENDPROTOCONNECT);
1809
}
1810
1811
- else if(result)
+ else
1812
stream_error = TRUE;
1813
break;
1814
#endif
@@ -1858,7 +1858,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
1858
multistate(data, CURLM_STATE_DO);
1859
rc = CURLM_CALL_MULTI_PERFORM;
1860
1861
- else if(result) {
+ else {
1862
/* failure detected */
1863
Curl_posttransfer(data);
1864
multi_done(data, result, TRUE);
0 commit comments