Loading lib/hostares.c +1 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,7 @@ CURLcode Curl_wait_for_resolv(struct connectdata *conn, /* close the connection, since we can't return failure here without cleaning up this connection properly */ Curl_disconnect(conn); conn->bits.close = TRUE; } return rc; Loading lib/transfer.c +2 −0 Original line number Diff line number Diff line Loading @@ -2038,6 +2038,8 @@ Curl_connect_host(struct SessionHandle *data, if(CURLE_OK == res) /* Resolved, continue with the connection */ res = Curl_async_resolved(*conn); else (void)Curl_disconnect(*conn); } if(res) break; Loading Loading
lib/hostares.c +1 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,7 @@ CURLcode Curl_wait_for_resolv(struct connectdata *conn, /* close the connection, since we can't return failure here without cleaning up this connection properly */ Curl_disconnect(conn); conn->bits.close = TRUE; } return rc; Loading
lib/transfer.c +2 −0 Original line number Diff line number Diff line Loading @@ -2038,6 +2038,8 @@ Curl_connect_host(struct SessionHandle *data, if(CURLE_OK == res) /* Resolved, continue with the connection */ res = Curl_async_resolved(*conn); else (void)Curl_disconnect(*conn); } if(res) break; Loading