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 2008/11/06 23:49:37 UTC

svn commit: r712001 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Thu Nov  6 14:49:34 2008
New Revision: 712001

URL: http://svn.apache.org/viewvc?rev=712001&view=rev
Log:
* Add another proposal.

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=712001&r1=712000&r2=712001&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Nov  6 14:49:34 2008
@@ -182,12 +182,21 @@
 
    * Build: Correctly set SSL_LIBS during openssl detection if pkgconfig
      is not available. This fixes a regression against 2.2.9.
+     PR 46018
      Trunk version of patch:
         http://svn.apache.org/viewvc?rev=711993&view=rev
      Backport version for 2.2.x of patch:
         Trunk version of patch works
      +1: rpluem,
 
+    * mod_proxy_ajp: Do not fail if response data is sent before all request
+      data is read.  PR 45911
+      Trunk version of patch:
+         http://svn.apache.org/viewvc?rev=709666&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem,
+
 PATCHES/ISSUES THAT ARE STALLED
 
  * core, authn/z: Avoid calling access control hooks for internal requests