]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Sun, 10 Aug 1997 10:42:47 +0000 (10:42 +0000)
committerwessels <>
Sun, 10 Aug 1997 10:42:47 +0000 (10:42 +0000)
ChangeLog

index dea9b843d62d20fefec19c375b61aca1fcc56e41..bd250374864c3b475fdd5598a692bf8d695addf5 100644 (file)
--- 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 ():