You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/03/17 18:22:08 UTC

DO NOT REPLY [Bug 50942] Apache 2.2.16 forward proxy is 5x times slower than apache2.2.4

https://issues.apache.org/bugzilla/show_bug.cgi?id=50942

--- Comment #1 from Jeff Trawick <tr...@apache.org> 2011-03-17 13:22:06 EDT ---
care to try this change, to back out one of the proxy fixes between 2.2.4 and
2.2.6?

Index: modules/proxy/proxy_util.c
===================================================================
--- modules/proxy/proxy_util.c    (revision 1082598)
+++ modules/proxy/proxy_util.c    (working copy)
@@ -1598,12 +1598,14 @@
         }
 #endif

+#if 0
         rv = apr_socket_opt_set(*newsock, APR_TCP_NODELAY, 1);
         if (rv != APR_SUCCESS && rv != APR_ENOTIMPL) {
              ap_log_error(APLOG_MARK, APLOG_ERR, rv, s,
                           "apr_socket_opt_set(APR_TCP_NODELAY): "
                           "Failed to set");
         }
+#endif

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org