Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EF7D108B4 for ; Sat, 30 Nov 2013 18:01:21 +0000 (UTC) Received: (qmail 73435 invoked by uid 500); 30 Nov 2013 18:01:21 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 73391 invoked by uid 500); 30 Nov 2013 18:01:21 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 73371 invoked by uid 99); 30 Nov 2013 18:01:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Nov 2013 18:01:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Nov 2013 18:01:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 03CB62388AC8; Sat, 30 Nov 2013 18:01:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1546760 - /httpd/httpd/trunk/server/mpm/event/event.c Date: Sat, 30 Nov 2013 18:00:59 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131130180100.03CB62388AC8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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; }