]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Fri, 22 May 1998 04:01:35 +0000 (04:01 +0000)
committerwessels <>
Fri, 22 May 1998 04:01:35 +0000 (04:01 +0000)
ChangeLog

index 23ddc099c0de169d0d151254de389f14a3be17f2..e3f1a1915db67ff84b71f85eb6b8806d0b54b43d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        - Changed hash_remove_link() to return void.
        - Changed ipcache_gethostbyname() to return NULL if
          i->addrs.count == 0.
+       - Added millisecond-timing to select/poll loops and event
+         queue.
+       - Changed 'peerPingTimeout' value to be twice the average
+         of all the peer ICP RTT's.
+       - Added 'half_closed_clients' option to force closing of
+         client connections which might only be half-closed.
+       - Fixed matchDomainName coredump bug.
+       - Don't cache HTTP replies with Vary: headers until we
+         get content negotiation working.
+       - Fixed SSL proxying to forward full HTTP request headers.
 
 Changes to squid-1.2.beta20 (April 24, 1998):