r138 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Wed Apr 12 10:56:48 CEST 2006


Author: phk
Date: 2006-04-12 10:56:48 +0200 (Wed, 12 Apr 2006)
New Revision: 138

Modified:
   trunk/varnish-cache/include/http_headers.h
Log:
Add ETag: header


Modified: trunk/varnish-cache/include/http_headers.h
===================================================================
--- trunk/varnish-cache/include/http_headers.h	2006-04-11 08:28:20 UTC (rev 137)
+++ trunk/varnish-cache/include/http_headers.h	2006-04-12 08:56:48 UTC (rev 138)
@@ -47,4 +47,5 @@
 HTTPH("Expires",		H_Expires,		2, 1, 0, 0, 0)
 HTTPH("Location",		H_Location,		2, 1, 0, 0, 0)
 HTTPH("Content-Encoding", 	H_Content_Encoding,	2, 1, 0, 0, 0)
+HTTPH("ETag:", 			H_ETag,			2, 1, 0, 0, 0)
 




More information about the varnish-commit mailing list