mirror of
https://github.com/curl/curl.git
synced 2026-07-30 08:48:02 +03:00
spacecheck.pl: check for non-ASCII chars, fix fallouts
Reported-by: James Fuller Assisted-by: Dan Fandrich Closes #17247
This commit is contained in:
parent
e1f87a093b
commit
838dc53bb7
4 changed files with 38 additions and 6 deletions
|
|
@ -810,7 +810,7 @@ struct Curl_addrinfo *Curl_async_getaddrinfo(struct Curl_easy *data,
|
|||
}
|
||||
|
||||
/* Set what DNS server are is to use. This is called in 2 situations:
|
||||
* 1. when the application does `CURLOPT_DNS_SERVERS´ and passing NULL
|
||||
* 1. when the application does 'CURLOPT_DNS_SERVERS' and passing NULL
|
||||
* means any previous set value should be unset. Which means
|
||||
* we need to destroy and create the are channel anew, if there is one.
|
||||
* 2. When we lazy init the ares channel and NULL means that there
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue