mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
changed the comment for URL_MAX_LENGTH
This commit is contained in:
parent
4a7d62c8c3
commit
4c0bae3649
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ typedef enum {
|
|||
|
||||
#define CURL_ERROR_SIZE 256
|
||||
|
||||
/* maximum URL length we deal with */
|
||||
/* maximum URL length we deal with in headers */
|
||||
#define URL_MAX_LENGTH 4096
|
||||
#define URL_MAX_LENGTH_TXT "4095"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue