Loading lib/multi.c +0 −6 Original line number Diff line number Diff line Loading @@ -537,12 +537,6 @@ static CURLcode multi_done(struct connectdata **connp, /* Stop if multi_done() has already been called */ return CURLE_OK; if(data->mstate == CURLM_STATE_WAITRESOLVE) { /* done while still waiting for the resolve to complete */ struct Curl_dns_entry *throw_away; (void)Curl_resolver_wait_resolv(conn, &throw_away); } Curl_getoff_all_pipelines(data, conn); /* Cleanup possible redirect junk */ Loading tests/data/DISABLED +2 −0 Original line number Diff line number Diff line Loading @@ -18,3 +18,5 @@ 1510 # Pipelining test that is causing false positives a little too often 1903 # causes memory leaks for now: 1553 Loading
lib/multi.c +0 −6 Original line number Diff line number Diff line Loading @@ -537,12 +537,6 @@ static CURLcode multi_done(struct connectdata **connp, /* Stop if multi_done() has already been called */ return CURLE_OK; if(data->mstate == CURLM_STATE_WAITRESOLVE) { /* done while still waiting for the resolve to complete */ struct Curl_dns_entry *throw_away; (void)Curl_resolver_wait_resolv(conn, &throw_away); } Curl_getoff_all_pipelines(data, conn); /* Cleanup possible redirect junk */ Loading
tests/data/DISABLED +2 −0 Original line number Diff line number Diff line Loading @@ -18,3 +18,5 @@ 1510 # Pipelining test that is causing false positives a little too often 1903 # causes memory leaks for now: 1553