From: Jeff Trawick Date: Sat, 30 Nov 2013 18:00:59 +0000 (+0000) Subject: follow-up to r1546759: remove an inadvertently committed testcase X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26df57b3bd62deb8d4a980c31d4c6ddbd7782da9;p=thirdparty%2Fapache%2Fhttpd.git follow-up to r1546759: remove an inadvertently committed testcase git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1546760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index 4fbbc429493..be90c7df307 100644 --- a/server/mpm/event/event.c +++ b/server/mpm/event/event.c @@ -917,11 +917,6 @@ static int stop_lingering_close(event_conn_state_t *cs) 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; }