headers known to Squid. The new SURROGATE* headers just pushed it
over the magic 64 limit if X_ACCELERATOR_VARY is also enabled..
This change allows for 32 more headers to be defined (increase from
8 to 12 bytes in size)
/*
- * $Id: typedefs.h,v 1.159 2003/03/08 09:35:16 robertc Exp $
+ * $Id: typedefs.h,v 1.160 2003/03/11 23:05:23 hno Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
typedef ssize_t HttpHeaderPos;
/* big mask for http headers */
-typedef char HttpHeaderMask[8];
+typedef char HttpHeaderMask[12];
/* a common objPackInto interface; used by debugObj */
typedef void (*ObjPackMethod) (void *obj, Packer * p);