From: wessels <> Date: Mon, 30 Mar 1998 11:42:20 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3702 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20fe71914bd77793e18a30b7f68d60a61a1a14d0;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 249f258f08..b8e9f944ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,9 @@ - Fixed disk.c FD leak for delayed closes in diskHandleWriteComplete(). - Fixed cache announcement feature. + - Fixed httpReadReply() to retry failed HTTP requests on + persistent connections when read() returns -1, not only + when it returns 0. Changes to squid-1.2.beta18 (Mar 23, 1998):