From 1a55c715bf568f967a74d17c8ff47dce6853e635 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 12 Apr 2006 08:56:48 +0000 Subject: [PATCH] Add ETag: header git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@138 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/include/http_headers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/varnish-cache/include/http_headers.h b/varnish-cache/include/http_headers.h index d9258549..6d02b162 100644 --- a/varnish-cache/include/http_headers.h +++ b/varnish-cache/include/http_headers.h @@ -47,4 +47,5 @@ HTTPH("Vary", H_Vary, 2, 1, 0, 0, 0) 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) -- 2.39.5