]> granicus.if.org Git - apache/commitdiff
Backport r239407 to the 2.2.x branch; Improve mod_disk_cache hit/miss ratio
authorColm MacCarthaigh <colm@apache.org>
Mon, 19 Sep 2005 10:45:03 +0000 (10:45 +0000)
committerColm MacCarthaigh <colm@apache.org>
Mon, 19 Sep 2005 10:45:03 +0000 (10:45 +0000)
by canonicalising the url key.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290107 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 64ccebaab462c2517f4517342713bc2a6b5a7be4..24077cb6032f8de648ce2c9aed5e61277ddc80a9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -46,6 +46,9 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.1.8
 
+  *) mod_disk_cache: Canonicalise the storage key, for improved hit/miss
+     ratio. [Colm MacCarthaigh]
+
   *) mod_cgid: Append .PID to the script socket filename and remove the
      script socket on exit. [Colm MacCarthaigh, Jim Jagielski]