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

On the 2.4.x branch:

revert of r1790971, as done in wrong branch.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1790972 13f79535-47bb-0310-9956-ffa450edef68
parent 7746280f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -817,9 +817,11 @@ static DWORD __stdcall worker_main(void *thread_num_val)

        if (!disconnected) {
            context->accept_socket = INVALID_SOCKET;
        }
            if (!c->aborted) { 
                ap_lingering_close(c);
            }
        }
    }

    ap_update_child_status_from_indexes(0, thread_num, SERVER_DEAD, NULL);