From: hno <> Date: Wed, 3 May 2000 03:17:20 +0000 (+0000) Subject: hno squid-2.2.STABLE5.persistent_post.patch X-Git-Tag: SQUID_3_0_PRE1~1999 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=418cbe9f2e4d961ffe6200bd099252e025f2364b;p=thirdparty%2Fsquid.git hno squid-2.2.STABLE5.persistent_post.patch Squid-2.2.STABLE5: Persistent POST's blocking memory Persistent POST requests could block quite a bit of memory by not releasing request state data until the client connection was closed. --- diff --git a/ChangeLog b/ChangeLog index 7afc164d0a..26ae7a0f2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,6 +52,7 @@ Changes to Squid-2.4.DEVEL3 (): - Show all FTP server messages - squid.conf.default now indicates if a directive isn't enabled in the installed binary, and what configure option to use for enabling it + - Fixed a temporary memory leak on persistent POSTs Changes to Squid-2.4.DEVEL2 ():