r388 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Sun Jul 9 23:21:47 CEST 2006


Author: phk
Date: 2006-07-09 23:21:47 +0200 (Sun, 09 Jul 2006)
New Revision: 388

Modified:
   trunk/varnish-cache/include/http_headers.h
Log:
Don't pass cache-control through.


Modified: trunk/varnish-cache/include/http_headers.h
===================================================================
--- trunk/varnish-cache/include/http_headers.h	2006-07-09 21:01:55 UTC (rev 387)
+++ trunk/varnish-cache/include/http_headers.h	2006-07-09 21:21:47 UTC (rev 388)
@@ -25,7 +25,7 @@
 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 */
-HTTPH("Cache-Control",		H_Cache_Control,	3, 0, 0, 0, 0)	/* RFC2616 14.9 */
+HTTPH("Cache-Control",		H_Cache_Control,	3, 3, 0, 0, 0)	/* RFC2616 14.9 */
 HTTPH("Connection",		H_Connection,		3, 3, 0, 0, 0)	/* RFC2616 14.10 */
 HTTPH("Content-Encoding",	H_Content_Encoding,	2, 0, 0, 0, 0)	/* RFC2616 14.11 */
 HTTPH("Content-Langugae",	H_Content_Language,	2, 0, 0, 0, 0)	/* RFC2616 14.12 */




More information about the varnish-commit mailing list