From: wessels <> Date: Sat, 1 Nov 1997 06:42:33 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4590 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9004528524ee1fad9bcaaa234d2ac82f18f9728e;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 0d42e61eb0..500ba23947 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ + - Track the 'keep-alive ratio' for a peer as the ratio of + the number of replies including 'Proxy-Connection: Keep-Alive' + compared to the number of requests sent. If the peer does + not support Persistent connections then this ratio will tend + toward zero. If the ratio is less than 50% after 10 requests + then we'll stop sending Keep-Alive. + Changes to squid-1.2.beta4 (Oct 30, 1997): - Fixed DST bug in rfc1123.c