summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-19 12:14:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-19 12:14:55 +0000
commit3dd886955b550d005aeccd198bbcb19ae3d4c268 (patch)
treeec915868104f555d078833ea735283019428ac89
parentc2dbf2145923dd628e8335ff374c9580306531ab (diff)
downloadgnurl-3dd886955b550d005aeccd198bbcb19ae3d4c268.tar.gz
gnurl-3dd886955b550d005aeccd198bbcb19ae3d4c268.tar.bz2
gnurl-3dd886955b550d005aeccd198bbcb19ae3d4c268.zip
removed MAX_URL_LENGTH, there is no longer any length restrictions on URLs
anywhere within libcurl
-rw-r--r--include/curl/curl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 2f780d490..2b1a3e624 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_<name>,
type is one of the defined CURLOPTTYPE_<type>
number is unique identifier */