From: Daniel Stenberg Date: Fri, 19 Jan 2001 12:14:55 +0000 (+0000) Subject: removed MAX_URL_LENGTH, there is no longer any length restrictions on URLs X-Git-Tag: curl-7_6-pre4~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dd886955b550d005aeccd198bbcb19ae3d4c268;p=thirdparty%2Fcurl.git removed MAX_URL_LENGTH, there is no longer any length restrictions on URLs anywhere within libcurl --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 2f780d490f..2b1a3e624c 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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_, type is one of the defined CURLOPTTYPE_ number is unique identifier */