You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2006/12/08 21:49:46 UTC

svn commit: r484772 - /httpd/httpd/branches/2.2.x/CHANGES

Author: rpluem
Date: Fri Dec  8 12:49:45 2006
New Revision: 484772

URL: http://svn.apache.org/viewvc?view=rev&rev=484772
Log:
* Another format error

Modified:
    httpd/httpd/branches/2.2.x/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=diff&rev=484772&r1=484771&r2=484772
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Fri Dec  8 12:49:45 2006
@@ -28,7 +28,7 @@
 
   *) 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.