summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2012-01-11 22:21:24 +0000
committerEric Covener <covener@apache.org>2012-01-11 22:21:24 +0000
commite2fa0188eeb9e5ececc0d36982582c05ece51766 (patch)
treed35fc5872a206d4cbc9c4f2cd0332aa13bf7eaed /CHANGES
parent2e60f7e7ca865b4b5b088831a1ac31480f38f344 (diff)
downloadhttpd-e2fa0188eeb9e5ececc0d36982582c05ece51766.tar.gz
connect some the dots to 'CacheQuickHandler' in the CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1230283 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7a975e68d6..da2423ee02 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1637,7 +1637,8 @@ Changes with Apache 2.3.3
*) mod_cache: Introduce the option to run the cache from within the
normal request handler, and to allow fine grained control over
- where in the filter chain content is cached. [Graham Leggett]
+ where in the filter chain content is cached. Adds CacheQuickHandler
+ directive. [Graham Leggett]
*) core: Treat timeout reading request as 408 error, not 400.
Log 408 errors in access log as was done in Apache 1.3.x.