From: wessels <> Date: Thu, 16 Jul 1998 10:27:46 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3071 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=354b5fe16f2d5d44b137d0ff288fa83de3a93d07;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index b4a5cf2383..2e9d1abee3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,12 @@ proxy-authentication. - Fixed select-spin bug when an ICP reply actually gets queued and we failed to execute the write callback. + - Fixed a storeCheckSwapOut bug. We were freeing up to + the queued offset instead of the done offset. This + resulted in a small chunk of object data not being in + memory and not yet written to disk. A client could + recieve a partial object because file_read() unexpectedly + returns EOF. Changes to squid-1.2.beta22 (June 1, 1998):