LOL. My standard is 0xdeadbeef :)

On Nov 30, 2013, at 1:00 PM, [email protected] wrote:

> Author: trawick
> Date: Sat Nov 30 18:00:59 2013
> New Revision: 1546760
> 
> URL: http://svn.apache.org/r1546760
> Log:
> follow-up to r1546759: remove an inadvertently committed testcase
> 
> Modified:
>    httpd/httpd/trunk/server/mpm/event/event.c
> 
> Modified: httpd/httpd/trunk/server/mpm/event/event.c
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/event/event.c?rev=1546760&r1=1546759&r2=1546760&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/server/mpm/event/event.c (original)
> +++ httpd/httpd/trunk/server/mpm/event/event.c Sat Nov 30 18:00:59 2013
> @@ -917,11 +917,6 @@ static int stop_lingering_close(event_co
> 
> static void notify_suspend(event_conn_state_t *cs)
> {
> -    static int how_many = 0;
> -
> -    if (++how_many == 7) {
> -        *(int *)0xcafebabe = 0;
> -    }
>     ap_run_suspend_connection(cs->c, cs->r);
>     cs->suspended = 1;
> }
> 
> 

Reply via email to