mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
Fix typo.
This commit is contained in:
parent
4e58da5222
commit
385db0e97d
@ -3808,7 +3808,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
||||
* there, thus overriding any defaults that might have been set above. */
|
||||
conn->port = conn->remote_port; /* it is the same port */
|
||||
|
||||
/* Resolve target host right on */
|
||||
/* Resolve target host right now */
|
||||
rc = Curl_resolv(conn, conn->host.name, (int)conn->port, &hostaddr);
|
||||
if(rc == CURLRESOLV_PENDING)
|
||||
*async = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user