]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2110 fix: When Squid is shutting down, disable persistent connections
authorrousskov <>
Tue, 22 Jan 2008 23:45:45 +0000 (23:45 +0000)
committerrousskov <>
Tue, 22 Jan 2008 23:45:45 +0000 (23:45 +0000)
commitf529bb2003699de7af5c4be222854a6845fc6be6
tree40858342e80a2cc1f1657753b032d002cd12e27f
parent659491857008e9607e1aa99866ecb152f210a762
Bug 2110 fix: When Squid is shutting down, disable persistent connections
in responses.

This change should discourage clients from sending us more requests.
It should only affect hit responses because misses are denied during shutdown.
src/client_side_reply.cc