Loading lib/multi.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1016,6 +1016,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, disconnect_conn = TRUE; disconnect_conn = TRUE; } } result = CURLE_OPERATION_TIMEDOUT; result = CURLE_OPERATION_TIMEDOUT; (void)Curl_done(&data->easy_conn, result, TRUE); /* Skip the statemachine and go directly to error handling section. */ /* Skip the statemachine and go directly to error handling section. */ goto statemachine_end; goto statemachine_end; } } Loading Loading
lib/multi.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1016,6 +1016,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, disconnect_conn = TRUE; disconnect_conn = TRUE; } } result = CURLE_OPERATION_TIMEDOUT; result = CURLE_OPERATION_TIMEDOUT; (void)Curl_done(&data->easy_conn, result, TRUE); /* Skip the statemachine and go directly to error handling section. */ /* Skip the statemachine and go directly to error handling section. */ goto statemachine_end; goto statemachine_end; } } Loading