mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
the check in ConnectionExists() for not re-using a non-resolved connection now
applies for asynch name resolves in general and not only ares
This commit is contained in:
parent
e1edd41e1b
commit
36a3514225
@ -1937,7 +1937,7 @@ ConnectionExists(struct SessionHandle *data,
|
||||
/* NULL pointer means not filled-in entry */
|
||||
continue;
|
||||
|
||||
#ifdef USE_ARES
|
||||
#ifdef CURLRES_ASYNCH
|
||||
/* 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 */
|
||||
if (!check->ip_addr_str)
|
||||
|
Loading…
x
Reference in New Issue
Block a user