Commit d482cfd7 authored by Luca Toscano's avatar Luca Toscano
Browse files

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.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1802431 13f79535-47bb-0310-9956-ffa450edef68
parent b3f7f078
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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