]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
added in an update to ChangeLog explaining Duane's changes to the
authoradrian <>
Sun, 22 Oct 2000 20:29:13 +0000 (20:29 +0000)
committeradrian <>
Sun, 22 Oct 2000 20:29:13 +0000 (20:29 +0000)
fqdncache.

ChangeLog

index 75281cd79c4b5e27b2b9100499a274c96adbdcc5..6d710cf4c8a6e89c8aae8929c6c4679fbe20f82d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -88,6 +88,11 @@ Changes to Squid-2.4.DEVEL4 ():
          this defines the watermark where objects transit from being true
          hot objects to being in-transit objects in memory. It currently
          defaults to 8 KB.
+       - Change to the fqdn code which changes how pending DNS requests
+         are treated as private and only become public once they are
+         completed. This can add extra load on DNS servers but prevents
+         all the pending clients blocking if one of the queries got
+         stuck. (Duane Wessels)
        - Converted more code to use MemPools, from Andres Kroonmaa.
        - Added more CYGWIN patches from Robert Collins.