You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2017/07/19 21:03:22 UTC

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

Author: elukey
Date: Wed Jul 19 21:03:21 2017
New Revision: 1802431

URL: http://svn.apache.org/viewvc?rev=1802431&view=rev
Log:
Withdraw my mod_proxy_fcgi backport proposal

There has been some discussion over IRC about
possible performance issues with the current
code in certain scenarios (like a simple echo
FCGI backend that returns data as it comes in).

Jacob is working on a different solution, waiting
for his feedback before proceeding any further.


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=1802431&r1=1802430&r2=1802431&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jul 19 21:03:21 2017
@@ -213,11 +213,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c1729235 -c1730079 -c1801665 ^/httpd/httpd/trunk
      +1: jchampion
 
-  *) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait params
-     trunk patch: http://svn.apache.org/r1802040
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: elukey
-
   *) core: ap_server_config_defines and ap_server_{pre,post}_read_config
            constantness and bytes saving, no functional change.
      trunk patch: http://svn.apache.org/r1713043