]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
removed MAX_URL_LENGTH, there is no longer any length restrictions on URLs
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Jan 2001 12:14:55 +0000 (12:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Jan 2001 12:14:55 +0000 (12:14 +0000)
anywhere within libcurl

include/curl/curl.h

index 2f780d490f6300f2957f2187efed2d689127bcbe..2b1a3e624cda517a05f110002881b843aea005f9 100644 (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 */