mirror of
https://github.com/curl/curl.git
synced 2026-08-26 18:53:33 +03:00
parent
5c5334f831
commit
b093d88447
35 changed files with 91 additions and 90 deletions
|
|
@ -361,7 +361,7 @@ static CURLproxycode socks4_resolving(struct socks_ctx *sx,
|
|||
return CURLPX_SEND_REQUEST;
|
||||
}
|
||||
else {
|
||||
/* No ipv4 address resolved */
|
||||
/* No IPv4 address resolved */
|
||||
failf(data, "SOCKS4 connection to %s not supported", sx->dest->hostname);
|
||||
return CURLPX_RESOLVE_HOST;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue