]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Revert revno10728 (bug 2396)
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 14 Aug 2010 02:58:39 +0000 (20:58 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 14 Aug 2010 02:58:39 +0000 (20:58 -0600)
Vetoed by Alex Rousskov.

src/client_side_reply.cc

index 4932e339e1c89054b1403745803410b3b43d01d7..52e64ffe55d51724fade3f9921410e07c9a18cb5 100644 (file)
@@ -1383,9 +1383,6 @@ clientReplyContext::buildReplyHeader()
     } else if (fdUsageHigh()&& !request->flags.must_keepalive) {
         debugs(88, 3, "clientBuildReplyHeader: Not many unused FDs, can't keep-alive");
         request->flags.proxy_keepalive = 0;
-    } else if (request->http_ver.major == 1 && request->http_ver.minor == 1) {
-        debugs(88, 3, "clientBuildReplyHeader: Client is HTTP/1.1, send keep-alive, no overriding reasons not to");
-        request->flags.proxy_keepalive = 1;
     }