From: Bill Stoddard Date: Tue, 3 Apr 2001 00:37:38 +0000 (+0000) Subject: Now doing this check at the top of the loop X-Git-Tag: 2.0.16~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c138ea5e25ae1575bdaa0381986508361f0da92;p=apache 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 --- 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)