]> err.no Git - varnish/commitdiff
Change default to always use HTTP/1.1 with the backend
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Oct 2008 18:19:06 +0000 (18:19 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Oct 2008 18:19:06 +0000 (18:19 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3333 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_param.c

index ae5e0672789bbf6f06eee6773997387d396e8666..bfa09034c12edb8a08822ecf02dca44c2de32073 100644 (file)
@@ -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 "