]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Another format error
authorRuediger Pluem <rpluem@apache.org>
Fri, 8 Dec 2006 20:49:45 +0000 (20:49 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 8 Dec 2006 20:49:45 +0000 (20:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484772 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 3b99b0879f8d577f11221deedfa38a894686164f..31980b32f3ba766390e6ead7243a1885231c0bb1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -28,7 +28,7 @@ Changes with Apache 2.2.4
 
   *) mod_headers: Support regexp-based editing of HTTP headers.  [Nick Kew]
 
-   * mod_proxy: Add explicit flushing feature. When Servlet container sends AJP
+  *) mod_proxy: Add explicit flushing feature. When Servlet container sends AJP
      body message with size 0, this means that Servlet container has asked for
      an explicit flush. Create flush bucket in that case. This feature has been
      added to the recent Tomcat versions without breaking the AJP protocol.