Commit aa3cf18f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove now unused backend_http11 parameter, it is on by definition now.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4041 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 64b0c407
......@@ -127,7 +127,6 @@ struct params {
unsigned listen_depth;
/* HTTP proto behaviour */
unsigned backend_http11;
unsigned client_http11;
/* CLI related */
......
......@@ -576,12 +576,6 @@ static const struct parspec input_parspec[] = {
"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 "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment