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):
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):