]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added:
authorrousskov <>
Sat, 23 May 1998 04:52:40 +0000 (04:52 +0000)
committerrousskov <>
Sat, 23 May 1998 04:52:40 +0000 (04:52 +0000)
- Fixed an assertion coredump in statHistCopy from
  reconfiguring with different #peers in squid.conf
- Disable persistent connections for client connections
  from broken Netscape User-Agent, version 3.* (Stewart Forster)

ChangeLog

index 4c0d04473c83174399a89bc80515426bc8533944..68ed72037cacc915896be441d4cbafec9979c21a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
        - Fixed FTP directory parsing again.
        - Made FTP directory listing "Generated" tagline like
          the one for error pages.
+       - Fixed an assertion coredump in statHistCopy from 
+         reconfiguring with different #peers in squid.conf
        - Ignore leading whitespace on requests (and replies).  RFC
          2068 section 4.1, robustness (Henrik Nordstrom)
        - Fixed keep_alive bug.  We did not always honour reply
@@ -60,6 +62,8 @@
          list.
        - Changed clientReadRequest() to locally handle any
          "squid-internal-static" URL for any host.
+       - Disable persistent connections for client connections
+         from broken Netscape User-Agent, version 3.* (Stewart Forster)
 
 Changes to squid-1.2.beta20 (April 24, 1998):