diff --git a/lib/url.c b/lib/url.c index 1a5ae15e7..850a9451f 100644 --- a/lib/url.c +++ b/lib/url.c @@ -3622,6 +3622,10 @@ static CURLcode CreateConnection(struct SessionHandle *data, infof(data, "Re-using existing connection! (#%ld) with host %s\n", conn->connectindex, conn->bits.httpproxy?conn->proxy.dispname:conn->host.dispname); + if(!conn->dns_entry) { + infof(data, "... but it is not resolved yet!\n"); + *async = TRUE; + } } else { /*