changed the comment for URL_MAX_LENGTH

This commit is contained in:
Daniel Stenberg 2000-11-20 09:40:09 +00:00
parent 4a7d62c8c3
commit 4c0bae3649
1 changed files with 1 additions and 1 deletions

View File

@ -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"