aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/url.c2
-rw-r--r--lib/urldata.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/url.c b/lib/url.c
index 4bb4234f7..65453155c 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -3623,7 +3623,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
conn->connectindex,
conn->bits.httpproxy?conn->proxy.dispname:conn->host.dispname);
#ifdef CURLRES_ASYNCH
- if(!conn->dns_entry) {
+ if(!conn->ip_addr_str) {
infof(data, "... but it is not resolved yet!\n");
*async = TRUE;
}
diff --git a/lib/urldata.h b/lib/urldata.h
index f701fe96c..c1b52dbf7 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -684,7 +684,8 @@ struct connectdata {
/* 'dns_entry' is the particular host we use. This points to an entry in the
DNS cache and it will not get pruned while locked. It gets unlocked in
- Curl_done() */
+ Curl_done(). This entry will be NULL if the connection is re-used as then
+ there is no name resolve done. */
struct Curl_dns_entry *dns_entry;
/* 'ip_addr' is the particular IP we connected to. It points to a struct