From: wessels <> Date: Sun, 10 Aug 1997 10:42:47 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4840 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8872e1f8f69b07d93871d9cddd194f6da3930631;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index dea9b843d6..bd25037486 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ - Simpler cacheobj implementation. - persistent connection histogram + - SERVER-SIDE PERSISTENT CONNECTIONS: + - Added pconn.c + - Addec Cofig.Timeout.pconn; default 120 seconds + - Added httpState->flags + - Added flags arg to httpBuildRequestHeader() + - Added HTTP_PROXYING and HTTP_KEEPALIVE flags + - Added 'Connection' to allowed HTTP headers (http-anon.c) + - Added 'Proxy-Connection' to allowed HTTP headers + (http-anon.c) + - Merged proxyhttpStart() with httpStart() and crated + new httpBuildState(). + - New httpPconnTransferDone() detects end-of-data on + persistent connections. Changes to squid-1.2.alpha5 ():