mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:27:17 +03:00
url: use URL for url even in comments
(Missed in CI due to a bug, see #20934) Closes #20935
This commit is contained in:
parent
594a9276bc
commit
0cd0e193d3
1 changed files with 1 additions and 1 deletions
|
|
@ -2746,7 +2746,7 @@ static CURLcode parse_connect_to_string(struct Curl_easy *data,
|
|||
ptr++;
|
||||
}
|
||||
else {
|
||||
/* check whether the URL's hostname matches. Use the url hostname
|
||||
/* check whether the URL's hostname matches. Use the URL hostname
|
||||
* when it was an IPv6 address. Otherwise use the connection's hostname
|
||||
* that has IDN conversion. */
|
||||
char *hostname_to_match = (data->state.up.hostname[0] == '[') ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue