]> granicus.if.org Git - apache/commitdiff
follow-up to r1546759: remove an inadvertently committed testcase
authorJeff Trawick <trawick@apache.org>
Sat, 30 Nov 2013 18:00:59 +0000 (18:00 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 30 Nov 2013 18:00:59 +0000 (18:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1546760 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/event.c

index 4fbbc429493ec1008949ee648f2e318c704d7fb4..be90c7df307c7aebed0636f04cf9b93471784903 100644 (file)
@@ -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;
 }