Commit 4c0bae36 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

changed the comment for URL_MAX_LENGTH

parent 4a7d62c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"