File 12486.patch of Package squid

---------------------
PatchSet 12486 
Date: 2009/06/25 22:49:28
Author: hno
Branch: SQUID_2_7
Tag: (none) 
Log:
Author: Mark Nottingham <mnot@pobox.com>
MFC: Bug #2602: increase MAX_URL

Squid's MAX_URL has been raised to 8192 in 3.x, but not 2.7. For consistency
and to conform to what's likely to be HTTPbis' recommendation, it should be
raised as well.

Members: 
	src/defines.h:1.126->1.126.2.1 

Index: squid/src/defines.h
===================================================================
RCS file: /cvsroot/squid/squid/src/defines.h,v
retrieving revision 1.126
retrieving revision 1.126.2.1
diff -u -r1.126 -r1.126.2.1
--- squid/src/defines.h	24 Sep 2007 13:31:19 -0000	1.126
+++ squid/src/defines.h	25 Jun 2009 22:49:28 -0000	1.126.2.1
@@ -1,6 +1,6 @@
 
 /*
- * $Id: defines.h,v 1.126 2007/09/24 13:31:19 hno Exp $
+ * $Id: defines.h,v 1.126.2.1 2009/06/25 22:49:28 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -181,7 +181,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
openSUSE Build Service is sponsored by