]> granicus.if.org Git - apache/commitdiff
Withdraw my mod_proxy_fcgi backport proposal
authorLuca Toscano <elukey@apache.org>
Wed, 19 Jul 2017 21:03:21 +0000 (21:03 +0000)
committerLuca Toscano <elukey@apache.org>
Wed, 19 Jul 2017 21:03:21 +0000 (21:03 +0000)
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1802431 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 580528896a9fbd1274a4188c3738357c74514216..9c6ef588d99be43a2e8f7d6db004dd7528eeee03 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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