Re: svn commit: r1538490 - in /httpd/httpd/trunk/server/mpm: event/event.c eventopt/eventopt.c

2013-11-26 Thread Eric Covener
> May as well clear sbh in other places where process_socket() returns, > right? +1, I think I was zoomed in on the ones that didn't return and would hit the c->sbh = NULL at the bottom of the method.

Re: svn commit: r1538490 - in /httpd/httpd/trunk/server/mpm: event/event.c eventopt/eventopt.c

2013-11-26 Thread Jeff Trawick
On Sun, Nov 3, 2013 at 8:37 PM, wrote: > Author: covener > Date: Mon Nov 4 01:37:31 2013 > New Revision: 1538490 > > URL: http://svn.apache.org/r1538490 > Log: > c->sbh can be unexpectedly NULL when the thread that pulls the ready > keepalive > connection out of the queue laps the thread that pu