From b744d6b2d4e168b0405f500b1323a17ece98d5f1 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 16 Jun 2006 10:19:44 +0000 Subject: [PATCH] Supress Transfer-Encoding git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@192 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/include/http_headers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/include/http_headers.h b/varnish-cache/include/http_headers.h index f338a713..e3d3aaa6 100644 --- a/varnish-cache/include/http_headers.h +++ b/varnish-cache/include/http_headers.h @@ -55,7 +55,7 @@ HTTPH("Retry-After", H_Retry_After, 2, 0, 0, 0, 0) /* RFC2616 14.37 */ HTTPH("Server", H_Server, 2, 0, 0, 0, 0) /* RFC2616 14.38 */ HTTPH("TE", H_TE, 1, 0, 0, 0, 0) /* RFC2616 14.39 */ HTTPH("Trailer", H_Trailer, 1, 0, 0, 0, 0) /* RFC2616 14.40 */ -HTTPH("Transfer-Encoding", H_Transfer_Encoding, 2, 0, 0, 0, 0) /* RFC2616 14.41 */ +HTTPH("Transfer-Encoding", H_Transfer_Encoding, 2, 3, 0, 0, 0) /* RFC2616 14.41 */ HTTPH("Upgrade", H_Upgrade, 2, 0, 0, 0, 0) /* RFC2616 14.42 */ HTTPH("User-Agent", H_User_Agent, 1, 0, 0, 0, 0) /* RFC2616 14.43 */ HTTPH("Vary", H_Vary, 2, 0, 0, 0, 0) /* RFC2616 14.44 */ -- 2.39.5