From: William A. Rowe Jr Date: Fri, 6 Jun 2008 22:52:56 +0000 (+0000) Subject: is_graceful means nothing in the mpm_winnt X-Git-Tag: 2.3.0~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c9b085a29356c5c696f221414fcbddc80e45690;p=thirdparty%2Fapache%2Fhttpd.git is_graceful means nothing in the mpm_winnt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664177 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index 6d3430c24e1..b68a61fba06 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -50,9 +50,6 @@ extern DWORD my_pid; apr_proc_mutex_t *start_mutex; HANDLE exit_event; -/* child_main() should never need to modify is_graceful!?! */ -extern int volatile is_graceful; - /* Queue for managing the passing of COMP_CONTEXTs between * the accept and worker threads. */ @@ -1092,10 +1089,6 @@ void child_main(apr_pool_t *pconf) shutdown: winnt_mpm_state = AP_MPMQ_STOPPING; - /* Setting is_graceful will cause threads handling keep-alive connections - * to close the connection after handling the current request. - */ - is_graceful = 1; /* Close the listening sockets. Note, we must close the listeners * before closing any accept sockets pending in AcceptEx to prevent