From 071603f5efef81b529b58e04ea5d9892ddd32e6e Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 20 Oct 2008 18:19:06 +0000 Subject: [PATCH] Change default to always use HTTP/1.1 with the backend git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3333 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt_param.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/mgt_param.c b/varnish-cache/bin/varnishd/mgt_param.c index ae5e0672..bfa09034 100644 --- a/varnish-cache/bin/varnishd/mgt_param.c +++ b/varnish-cache/bin/varnishd/mgt_param.c @@ -690,7 +690,7 @@ static const struct parspec parspec[] = { "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 " -- 2.39.5