From: Daniel Stenberg Date: Mon, 20 Nov 2000 09:40:09 +0000 (+0000) Subject: changed the comment for URL_MAX_LENGTH X-Git-Tag: curl-7_5~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c0bae364930b55fc7cd3a8f870d2779d210a83c;p=thirdparty%2Fcurl.git changed the comment for URL_MAX_LENGTH --- diff --git a/include/curl/curl.h b/include/curl/curl.h index d554b81874..f11afdc067 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -181,7 +181,7 @@ typedef enum { #define CURL_ERROR_SIZE 256 -/* maximum URL length we deal with */ +/* maximum URL length we deal with in headers */ #define URL_MAX_LENGTH 4096 #define URL_MAX_LENGTH_TXT "4095"