r1077 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Mon Sep 18 19:18:58 CEST 2006


Author: phk
Date: 2006-09-18 19:18:57 +0200 (Mon, 18 Sep 2006)
New Revision: 1077

Modified:
   trunk/varnish-cache/include/http_headers.h
Log:
Don't copy the Age: header into the object.


Modified: trunk/varnish-cache/include/http_headers.h
===================================================================
--- trunk/varnish-cache/include/http_headers.h	2006-09-18 15:24:11 UTC (rev 1076)
+++ trunk/varnish-cache/include/http_headers.h	2006-09-18 17:18:57 UTC (rev 1077)
@@ -31,7 +31,7 @@
 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, 3, HTTPH_R_PASS|HTTPH_A_PASS|HTTPH_R_FETCH|HTTPH_A_INS, 0, 0)	/* RFC2616 14.5 */
-HTTPH("Age",			H_Age,			2, 0, 0, 0, 0)	/* RFC2616 14.6 */
+HTTPH("Age",			H_Age,			2, 0, HTTPH_A_INS, 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, 3, HTTPH_R_PASS|HTTPH_R_FETCH, 0, 0)	/* RFC2616 14.9 */




More information about the varnish-commit mailing list