]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose r468941 for backport from trunk.
authorMladen Turk <mturk@apache.org>
Sun, 12 Nov 2006 09:16:26 +0000 (09:16 +0000)
committerMladen Turk <mturk@apache.org>
Sun, 12 Nov 2006 09:16:26 +0000 (09:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@473910 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dbc2f22abd5f7de2a0a62fb010e9af703644e79b..130b571ab29f368b2284505dce285dd1489fd16b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -80,6 +80,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
+   * mod_proxy: Add explicit fushing 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.
+     Trunk:http://svn.apache.org/viewvc?view=rev&revision=468941
+     +1: mturk
+
     * mpm_winnt: Fix return values from wait_for_many_objects.
       Trunk version of patch:
         http://svn.apache.org/viewvc?view=rev&revision=428029