r364 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Fri Jul 7 00:33:07 CEST 2006


Author: phk
Date: 2006-07-07 00:33:07 +0200 (Fri, 07 Jul 2006)
New Revision: 364

Modified:
   trunk/varnish-cache/include/http_headers.h
Log:
Filter out Content-Range headers.


Modified: trunk/varnish-cache/include/http_headers.h
===================================================================
--- trunk/varnish-cache/include/http_headers.h	2006-07-06 21:57:41 UTC (rev 363)
+++ trunk/varnish-cache/include/http_headers.h	2006-07-06 22:33:07 UTC (rev 364)
@@ -32,7 +32,7 @@
 HTTPH("Content-Length",		H_Content_Length,	2, 2, 0, 0, 0)	/* RFC2616 14.13 */
 HTTPH("Content-Location",	H_Content_Location,	2, 0, 0, 0, 0)  /* RFC2616 14.14 */
 HTTPH("Content-MD5",		H_Content_MD5,		2, 0, 0, 0, 0)  /* RFC2616 14.15 */
-HTTPH("Content-Range",		H_Content_Range,	2, 0, 0, 0, 0)  /* RFC2616 14.16 */
+HTTPH("Content-Range",		H_Content_Range,	2, 3, 0, 0, 0)  /* RFC2616 14.16 */
 HTTPH("Content-Type",		H_Content_Type,		2, 0, 0, 0, 0)  /* RFC2616 14.17 */
 HTTPH("Date",			H_Date,			2, 0, 0, 0, 0)  /* RFC2616 14.18 */
 HTTPH("ETag", 			H_ETag,			2, 0, 0, 0, 0)	/* RFC2616 14.19 */




More information about the varnish-commit mailing list