r192 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Fri Jun 16 12:19:44 CEST 2006


Author: phk
Date: 2006-06-16 12:19:44 +0200 (Fri, 16 Jun 2006)
New Revision: 192

Modified:
   trunk/varnish-cache/include/http_headers.h
Log:
Supress Transfer-Encoding


Modified: trunk/varnish-cache/include/http_headers.h
===================================================================
--- trunk/varnish-cache/include/http_headers.h	2006-06-16 10:18:08 UTC (rev 191)
+++ trunk/varnish-cache/include/http_headers.h	2006-06-16 10:19:44 UTC (rev 192)
@@ -55,7 +55,7 @@
 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 */




More information about the varnish-commit mailing list