r4041 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Wed Apr 29 10:04:26 CEST 2009


Author: phk
Date: 2009-04-29 10:04:26 +0200 (Wed, 29 Apr 2009)
New Revision: 4041

Modified:
   trunk/varnish-cache/bin/varnishd/heritage.h
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Remove now unused backend_http11 parameter, it is on by definition now.



Modified: trunk/varnish-cache/bin/varnishd/heritage.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/heritage.h	2009-04-28 11:46:30 UTC (rev 4040)
+++ trunk/varnish-cache/bin/varnishd/heritage.h	2009-04-29 08:04:26 UTC (rev 4041)
@@ -127,7 +127,6 @@
 	unsigned		listen_depth;
 
 	/* HTTP proto behaviour */
-	unsigned		backend_http11;
 	unsigned		client_http11;
 
 	/* CLI related */

Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2009-04-28 11:46:30 UTC (rev 4040)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2009-04-29 08:04:26 UTC (rev 4041)
@@ -576,12 +576,6 @@
 		"Listen queue depth.",
 		MUST_RESTART,
 		"1024", "connections" },
-	{ "backend_http11", tweak_bool, &master.backend_http11, 0, 0,
-		"Force all backend requests to be HTTP/1.1.\n"
-		"By default we copy the protocol version from the "
-		"incoming client request.",
-		EXPERIMENTAL,
-		"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