diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-20 09:40:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-20 09:40:09 +0000 |
commit | 4c0bae364930b55fc7cd3a8f870d2779d210a83c (patch) | |
tree | 04f469abeff3da5eae13aae2bfc50b6d5184e7c5 | |
parent | 4a7d62c8c34dcbaec69b354e55ae0fc78ce2cd7c (diff) |
changed the comment for URL_MAX_LENGTH
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index d554b8187..f11afdc06 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" |