On Apr 30, 2014, at 5:59 AM, Yann Ylavic <[email protected]> wrote:
> On Tue, Apr 29, 2014 at 5:41 PM, Jim Jagielski <[email protected]> wrote: >> >> On Apr 22, 2014, at 9:43 AM, Brian J. France <[email protected]> wrote: >>> >>> Doh, this is my bad: on != one >>> >>> http://svn.apache.org/viewvc/apr/apr/trunk/network_io/unix/sockopt.c?view=markup#l113 >>> >>> For some reason I completely missed that. APR is fine, but httpd needs >>> updated as it is hard coded to 1: >>> >>> rv = apr_socket_opt_set(s, APR_TCP_DEFER_ACCEPT, 1); >>> >>> Will move to the httpd list. >> >> >> Did I miss this on dev@httpd? No, you didn't miss it. Got tied up with other stuff at work and didn't get back to it. Was also looking at what it would take patch httpd before posting. > I seems that httpd trunk and 2.4.x use "apr_socket_opt_set(s, > APR_TCP_DEFER_ACCEPT, 30);" whereas 2.2.x uses a value of 1. This is kinda good news. Brian
