mirror of
https://github.com/curl/curl.git
synced 2026-07-26 13:57:57 +03:00
curl_url_get.md: don't call it normalized
Because that's not what it does. Reported-by: Alberto Leiva Popper Fixes #16829 Closes #17464
This commit is contained in:
parent
9e6d166860
commit
c0d777c319
1 changed files with 2 additions and 2 deletions
|
|
@ -146,8 +146,8 @@ CURLU_GUESS_SCHEME is used.
|
|||
|
||||
## CURLUPART_URL
|
||||
|
||||
When asked to return the full URL, curl_url_get(3) returns a normalized and
|
||||
possibly cleaned up version using all available URL parts.
|
||||
When asked to return the full URL, curl_url_get(3) returns a slightly cleaned
|
||||
up version of the complete URL using all available parts.
|
||||
|
||||
We advise using the *CURLU_PUNYCODE* option to get the URL as "normalized" as
|
||||
possible since IDN allows hostnames to be written in many different ways that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue