Commit 1002f321 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

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
parent e0f19d2f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)