mirror of
https://github.com/curl/curl.git
synced 2026-05-01 02:47:50 +03:00
removed MAX_URL_LENGTH, there is no longer any length restrictions on URLs
anywhere within libcurl
This commit is contained in:
parent
c2dbf21459
commit
3dd886955b
1 changed files with 0 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue