summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2001-03-27 21:19:08 +0200
committerBill Stoddard <stoddard@apache.org>2001-03-27 21:19:08 +0200
commit4732553655de476e17e326681b37c9ef5ad996da (patch)
treecb23c07346e3f38e852ceea6880ca47f29d7c115 /CHANGES
parentRemove the cvsignore file from the dead dexter directory. (diff)
downloadapache2-4732553655de476e17e326681b37c9ef5ad996da.tar.xz
apache2-4732553655de476e17e326681b37c9ef5ad996da.zip
Performance: Add quick_handler hook. This hook is called at the
very beginning of the request processing before location_walk, translate_name, etc. This hook is useful for URI keyed content caches like Mike Abbott's Quick Shortcut Cache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9fd4fbd650..548a94b70a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,9 @@
Changes with Apache 2.0.16-dev
+ *) Performance: Add quick_handler hook. This hook is called at the
+ very beginning of the request processing before location_walk,
+ translate_name, etc. This hook is useful for URI keyed content
+ caches like Mike Abbott's Quick Shortcut Cache.
+ [Bill Stoddard]
*) top_module global variable renamed to ap_top_module [Perl]