mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:24:15 +03:00
escape: remove outdated comment
Bug: https://github.com/curl/curl/discussions/9115 Reported-by: Ted Lyngmo
This commit is contained in:
parent
7f5a29e689
commit
30c862513d
1 changed files with 0 additions and 2 deletions
|
|
@ -118,8 +118,6 @@ char *curl_easy_escape(struct Curl_easy *data, const char *string,
|
|||
* Returns a pointer to a malloced string in *ostring with length given in
|
||||
* *olen. If length == 0, the length is assumed to be strlen(string).
|
||||
*
|
||||
* 'data' can be set to NULL
|
||||
*
|
||||
* ctrl options:
|
||||
* - REJECT_NADA: accept everything
|
||||
* - REJECT_CTRL: rejects control characters (byte codes lower than 32) in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue