]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
is_graceful means nothing in the mpm_winnt
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 6 Jun 2008 22:52:56 +0000 (22:52 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 6 Jun 2008 22:52:56 +0000 (22:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664177 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index 6d3430c24e1fb39ee44b5629359f01525e337bda..b68a61fba0603f37f86d245d4c3b072f1e7705a8 100644 (file)
@@ -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