diff options
author | Yang Tse <yangsita@gmail.com> | 2006-10-19 02:30:02 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-10-19 02:30:02 +0000 |
commit | 83884180ac5d4b55abc525099e99a7e1f0879559 (patch) | |
tree | ff94341601214d5629e07beb03acb411b56cb8f6 /lib | |
parent | 4cac96c33a98268f3aaf646caef450ae94cf367f (diff) |
Builds using synchronous name resolver dislike marking the connection as async.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3622,10 +3622,12 @@ 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); +#ifdef CURLRES_ASYNCH if(!conn->dns_entry) { infof(data, "... but it is not resolved yet!\n"); *async = TRUE; } +#endif } else { /* |