From 4c9b085a29356c5c696f221414fcbddc80e45690 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 6 Jun 2008 22:52:56 +0000 Subject: [PATCH] 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 --- server/mpm/winnt/child.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index 6d3430c24e..b68a61fba0 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 -- 2.40.0