You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2015/01/02 15:32:27 UTC

svn commit: r1649044 - /httpd/httpd/branches/2.4.x/STATUS

Author: rjung
Date: Fri Jan  2 14:32:27 2015
New Revision: 1649044

URL: http://svn.apache.org/r1649044
Log:
Propose.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1649044&r1=1649043&r2=1649044&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Jan  2 14:32:27 2015
@@ -299,6 +299,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunks works
      +1 covener
 
+   * mod_proxy_ajp: Fix get_content_length().
+     clength in request_rec is for response sizes, not request body size.
+     It is initialized to 0, so the "if" branch was never taken.
+     trunk patch: http://svn.apache.org/r1649043
+     2.4.x patch: trunks works (plus CHANGES)
+     +1 rjung
+
 OTHER PROPOSALS
 
    * A list of further possible backports can be found at: