r3333 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Oct 20 20:19:06 CEST 2008


Author: phk
Date: 2008-10-20 20:19:06 +0200 (Mon, 20 Oct 2008)
New Revision: 3333

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Change default to always use HTTP/1.1 with the backend



Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-10-20 18:01:48 UTC (rev 3332)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-10-20 18:19:06 UTC (rev 3333)
@@ -690,7 +690,7 @@
 		"By default we copy the protocol version from the "
 		"incoming client request.",
 		EXPERIMENTAL,
-		"off", "bool" },
+		"on", "bool" },
 	{ "client_http11", tweak_bool, &master.client_http11, 0, 0,
 		"Force all client responses to be HTTP/1.1.\n"
 		"By default we copy the protocol version from the "




More information about the varnish-commit mailing list