From 8c9dbfd4a23dcb0617e3ace956ec29f670641afc Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Tue, 11 Apr 2017 13:36:27 +0000 Subject: [PATCH] On the trunk: mpm_winnt: always invoking ap_lingering_close() at connection end. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1790971 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/child.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index 94a1438c60..cfa6098702 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -817,10 +817,8 @@ static DWORD __stdcall worker_main(void *thread_num_val) if (!disconnected) { context->accept_socket = INVALID_SOCKET; - if (!c->aborted) { - ap_lingering_close(c); - } } + ap_lingering_close(c); } ap_update_child_status_from_indexes(0, thread_num, SERVER_DEAD, NULL); -- 2.40.0