Loading lib/url.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1937,7 +1937,7 @@ ConnectionExists(struct SessionHandle *data, /* NULL pointer means not filled-in entry */ /* NULL pointer means not filled-in entry */ continue; continue; #ifdef USE_ARES #ifdef CURLRES_ASYNCH /* ip_addr_str is NULL only if the resolving of the name hasn't completed /* ip_addr_str is NULL only if the resolving of the name hasn't completed yet and until then we don't re-use this connection */ yet and until then we don't re-use this connection */ if (!check->ip_addr_str) if (!check->ip_addr_str) Loading Loading
lib/url.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1937,7 +1937,7 @@ ConnectionExists(struct SessionHandle *data, /* NULL pointer means not filled-in entry */ /* NULL pointer means not filled-in entry */ continue; continue; #ifdef USE_ARES #ifdef CURLRES_ASYNCH /* ip_addr_str is NULL only if the resolving of the name hasn't completed /* ip_addr_str is NULL only if the resolving of the name hasn't completed yet and until then we don't re-use this connection */ yet and until then we don't re-use this connection */ if (!check->ip_addr_str) if (!check->ip_addr_str) Loading