removed MAX_URL_LENGTH, there is no longer any length restrictions on URLs

anywhere within libcurl
This commit is contained in:
Daniel Stenberg 2001-01-19 12:14:55 +00:00
parent c2dbf21459
commit 3dd886955b
1 changed files with 0 additions and 4 deletions

View File

@ -166,10 +166,6 @@ typedef enum {
#define CURL_ERROR_SIZE 256
/* maximum URL length we deal with in headers */
#define URL_MAX_LENGTH 4096
#define URL_MAX_LENGTH_TXT "4095"
/* name is uppercase CURLOPT_<name>,
type is one of the defined CURLOPTTYPE_<type>
number is unique identifier */