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?

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.

Reply via email to