From 2c138ea5e25ae1575bdaa0381986508361f0da92 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Tue, 3 Apr 2001 00:37:38 +0000 Subject: [PATCH] Now doing this check at the top of the loop git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88670 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/mpm_winnt.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 4fda4feec8..82cfbee802 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -778,9 +778,6 @@ static void winnt_accept(void *listen_socket) */ PostQueuedCompletionStatus(ThreadDispatchIOCP, 0, IOCP_CONNECTION_ACCEPTED, &pCompContext->Overlapped); - - if (shutdown_in_progress) - break; } } static PCOMP_CONTEXT winnt_get_connection(PCOMP_CONTEXT pCompContext) -- 2.40.0