From: wessels <> Date: Thu, 4 Apr 1996 08:32:39 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~6301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87769b3d75367fae8647f5fb3e3e20f672f87714;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 66c744e239..be3693ef8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,3 +30,8 @@ - Significant change to storage manager. Now only add objects to the hash table if they are public. This means some StoreEntry's will be around with null keys. + - Had to add a flag for using private keys with ICP queries to + neighbors. If any neighbor returns a reqnum field of zero, + then disable using private keys. But still use private + keys for things with bypass the ICP query step (such as + POST and IMS-GET).