]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
hno squid-2.2.STABLE5.persistent_post.patch
authorhno <>
Wed, 3 May 2000 03:17:20 +0000 (03:17 +0000)
committerhno <>
Wed, 3 May 2000 03:17:20 +0000 (03:17 +0000)
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.

ChangeLog

index 7afc164d0a7b3cab4816ec8f497e6922826710a9..26ae7a0f2e908a2377ada8acd244a2dc768bbc42 100644 (file)
--- 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 ():