https://issues.apache.org/bugzilla/show_bug.cgi?id=50942
--- Comment #1 from Jeff Trawick <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
