]> granicus.if.org Git - apache/commitdiff
got rave reviews from my customer on using buffered i/o for RewriteMap files, so
authorGreg Ames <gregames@apache.org>
Fri, 15 Apr 2005 17:17:58 +0000 (17:17 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 15 Apr 2005 17:17:58 +0000 (17:17 +0000)
brag about it a little.

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 839751dce113c4758d10a8b2f745c569dc88b775..0d23ab4ecf0a9c579f0b80cd2bad1b513bc1f3bd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,11 @@ Changes with Apache 2.1.5
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) mod_rewrite: use buffered I/O for RewriteMap txt: files.  This
+     can result in a major performance improvement when the files are
+     large.
+     [Greg Ames]
+
   *) Change the default (when not present in the config file) setting
      for UseCanonicalName to Off.
      [Joshua Slive]