Commit aaa1a141 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

On the trunk:

mpm_winnt: always invoke ap_lingering_close() at connection end.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1790973 13f79535-47bb-0310-9956-ffa450edef68
parent 623a4706
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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);