r318 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Wed Jul 5 12:01:04 CEST 2006


Author: phk
Date: 2006-07-05 12:01:04 +0200 (Wed, 05 Jul 2006)
New Revision: 318

Modified:
   trunk/varnish-cache/include/http_headers.h
Log:
Suppress Accept-Ranges for now.


Modified: trunk/varnish-cache/include/http_headers.h
===================================================================
--- trunk/varnish-cache/include/http_headers.h	2006-07-05 09:59:33 UTC (rev 317)
+++ trunk/varnish-cache/include/http_headers.h	2006-07-05 10:01:04 UTC (rev 318)
@@ -21,7 +21,7 @@
 HTTPH("Accept-Charset",		H_Accept_Charset,	1, 0, 0, 0, 0)	/* RFC2616 14.2 */
 HTTPH("Accept-Encoding",	H_Accept_Encoding,	1, 0, 0, 0, 0)	/* RFC2616 14.3 */
 HTTPH("Accept-Language",	H_Accept_Language,	1, 0, 0, 0, 0)	/* RFC2616 14.4 */
-HTTPH("Accept-Ranges",		H_Accept_Ranges,	2, 0, 0, 0, 0)	/* RFC2616 14.5 */
+HTTPH("Accept-Ranges",		H_Accept_Ranges,	2, 3, 0, 0, 0)	/* RFC2616 14.5 */
 HTTPH("Age",			H_Age,			2, 0, 0, 0, 0)	/* RFC2616 14.6 */
 HTTPH("Allow",			H_Allow,		2, 0, 0, 0, 0)	/* RFC2616 14.7 */
 HTTPH("Authorization",		H_Authorization,	1, 0, 0, 0, 0)	/* RFC2616 14.8 */




More information about the varnish-commit mailing list