]> err.no Git - varnish/commitdiff
Supress Transfer-Encoding
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 16 Jun 2006 10:19:44 +0000 (10:19 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 16 Jun 2006 10:19:44 +0000 (10:19 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@192 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/http_headers.h

index f338a713287f8de99b66c969ac9e6e80baaace18..e3d3aaa60ad7543135195bf2b7090e44cd18df87 100644 (file)
@@ -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 */