You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2008/06/07 00:52:57 UTC

svn commit: r664177 - /httpd/httpd/trunk/server/mpm/winnt/child.c

Author: wrowe
Date: Fri Jun  6 15:52:56 2008
New Revision: 664177

URL: http://svn.apache.org/viewvc?rev=664177&view=rev
Log:
is_graceful means nothing in the mpm_winnt

Modified:
    httpd/httpd/trunk/server/mpm/winnt/child.c

Modified: httpd/httpd/trunk/server/mpm/winnt/child.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/winnt/child.c?rev=664177&r1=664176&r2=664177&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/child.c (original)
+++ httpd/httpd/trunk/server/mpm/winnt/child.c Fri Jun  6 15:52:56 2008
@@ -50,9 +50,6 @@
 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 @@
  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