]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Wed, 14 Oct 1998 02:39:01 +0000 (02:39 +0000)
committerwessels <>
Wed, 14 Oct 1998 02:39:01 +0000 (02:39 +0000)
ChangeLog

index 0de2dd871175ac853fa3e67a23332f4a075670e6..c84fcc739d84095f51f07b2b4c9e69881c3939a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ Changes to Squid-2.1 ():
          structures.  Inspired by Jeff Mogul's patch for squid 1.1.
        - Moved functions common to dns.c, redirect.c, authenticate.c,
          ipcache.c, and fqdncache.c into helper.c.
+       - Changed storeClientCopy2() so that it keeps sending the remainder
+         of a STORE_ABORTED request, instead of cutting off the client as
+         soon as the object becomes aborted.
 
 Changes to Squid-2.0 (October 2, 1998):
 
@@ -124,6 +127,8 @@ Changes to squid-1.2.beta25 (September 21, 1998):
          unless we have netapp neighbors--they don't do reqnum
          properly.
        - Fixed reconfigure memory access bugs in redirect.c.
+       - Ignore unreasonably large ICP RTT values which cause overflow
+         bugs in calculating the average RTT (thanks Niall!)
 
 Changes to squid-1.2.beta24 (August 21, 1998):