]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Thu, 16 Jul 1998 10:27:46 +0000 (10:27 +0000)
committerwessels <>
Thu, 16 Jul 1998 10:27:46 +0000 (10:27 +0000)
ChangeLog

index b4a5cf2383d8b7e2b1394e58a5e5e776dc6eb891..2e9d1abee3be0984b0a655ccf6ce01b10b23d2a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
          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):