From: wessels <> Date: Wed, 1 Apr 1998 03:35:37 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3673 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=805e5f700970a251a2424811042b1ee6c12786c4;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 34d49ce05b..9e9b1c1e08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,8 @@ - Fixed httpReadReply() to retry failed HTTP requests on persistent connections when read() returns -1, not only when it returns 0. + - Fixed cbdata memory counting leak. cbdataUnlock() always + called free(), never memFree(). Changes to squid-1.2.beta18 (Mar 23, 1998):