mirror of
https://github.com/curl/curl.git
synced 2026-06-17 00:15:38 +03:00
fixup remove outdated length restriction documentation
This commit is contained in:
parent
e405caf53d
commit
23afa3bb3e
1 changed files with 1 additions and 2 deletions
|
|
@ -34,8 +34,7 @@ A-Z, 0-9, '-', '.', '_' or '~' are converted to their "URL escaped" version
|
|||
constrained by its type, the returned string may not be altered.
|
||||
|
||||
If *length* is set to 0 (zero), curl_easy_escape(3) uses strlen() on the input
|
||||
*string* to find out the size. This function does not accept input strings
|
||||
longer than **CURL_MAX_INPUT_LENGTH** (8 MB).
|
||||
*string* to find out the size.
|
||||
|
||||
You must curl_free(3) the returned string when you are done with it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue