From: phk Date: Mon, 20 Oct 2008 18:19:06 +0000 (+0000) Subject: Change default to always use HTTP/1.1 with the backend X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=071603f5efef81b529b58e04ea5d9892ddd32e6e;p=varnish 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 --- 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 "