]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Uhmm... time for a note about this.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Oct 2001 02:40:56 +0000 (02:40 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Oct 2001 02:40:56 +0000 (02:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91377 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f62573b1aea386cd7d29202a4d76834e10a6b1f8..f93f64c13c88cd48ed7d04e48975c904db506ed6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
 Changes with Apache 2.0.26-dev
 
+  *) Introduce ap_directory_walk rewrite (with further optimizations
+     required) to adapt to the ap_process_request_internal() changes.
+     Optimized so subrequests and redirects now reuse previous section 
+     merges, until we mismatch with the original directory_walk, and
+     precomputed r->finfo results will cause directory_walk to skip
+     the most expensive phases of the function.  [William Rowe]
+
   *) Allow ApacheMonitor to connect to and control Apache on other 
      WinNT/2K machines.   [Mladen Turk <mturk@mappingsoft.com>]\r