From: Amos Jeffries Date: Fri, 4 Apr 2008 13:59:45 +0000 (+1200) Subject: Bug 2267 - increase MAX_URL to 8192 X-Git-Tag: BASIC_TPROXY4~4^2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=788652f76834bb664da6f91e27f5a8fc1f1b110e;p=thirdparty%2Fsquid.git Bug 2267 - increase MAX_URL to 8192 --- diff --git a/src/defines.h b/src/defines.h index f9e86c8a64..dac189e1c1 100644 --- a/src/defines.h +++ b/src/defines.h @@ -154,7 +154,7 @@ #define MAX_FILES_PER_DIR (1<<20) -#define MAX_URL 4096 +#define MAX_URL 8192 #define MAX_LOGIN_SZ 128 #define PEER_MAX_ADDRESSES 10