From: Eric Covener Date: Wed, 11 Jan 2012 22:21:24 +0000 (+0000) Subject: connect some the dots to 'CacheQuickHandler' in the CHANGES entry. X-Git-Tag: 2.4.0~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2fa0188eeb9e5ececc0d36982582c05ece51766;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CHANGES b/CHANGES index 7a975e68d6e..da2423ee028 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.