changed the comment for URL_MAX_LENGTH
This commit is contained in:
parent
4a7d62c8c3
commit
4c0bae3649
@ -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…
Reference in New Issue
Block a user