]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #862: Repeated POST requests causes number of persistent connections to grow
authorhno <>
Sun, 4 Apr 2004 19:37:20 +0000 (19:37 +0000)
committerhno <>
Sun, 4 Apr 2004 19:37:20 +0000 (19:37 +0000)
commita93e38e50f9f1b4e31d5b67b14118429b1c4a40d
treef169b4a25f76e2bae97ec183e7f73a4aab435327
parent307228f182ee6ec50cfcb73c0b66f73e6144a8ca
Bug #862: Repeated POST requests causes number of persistent connections to grow

If responses to POST or other non-indempotent requests allows the connection
to be kept persistently open then this can lead to a increased connection
usage by Squid. This patch changes the behaviour to keep the number of
connections stable by closing a persistent connection before opening the
new connection.
src/forward.cc