From: wessels <> Date: Fri, 22 May 1998 08:29:06 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09459dd1fd2af75a5660c989e10537ed90a9cb7;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index e3f1a1915d..b542f8d45b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -55,6 +55,11 @@ - Don't cache HTTP replies with Vary: headers until we get content negotiation working. - Fixed SSL proxying to forward full HTTP request headers. + - Changed storeGetMemSpace(). Only purge down to the HIGH + water mark; move locked entries to the head of the inmem + list. + - Changed clientReadRequest() to locally handle any + "squid-internal-static" URL for any host. Changes to squid-1.2.beta20 (April 24, 1998): diff --git a/TODO b/TODO index 9563db3e40..d79c14b4d4 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,7 @@ Our Todo List interesting since we just optimized the LRU replacement with a doubly-linked list. (1) ** Send full HTTP requests in ICP messages (DW) +(1) SSL doesn't work with Proxy Authentication (2) be more persistent in forwarding requests; return fewer error pages (2) Fix some problems with peer-selection.