Commit 99da6c24 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

I accidentally removed these lines. Thank to Greg for catching this.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91901 13f79535-47bb-0310-9956-ffa450edef68
parent 90585875
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -192,6 +192,8 @@ apr_status_t ap_lingering_close(void *dummy)
     */
    if (apr_shutdown(net->client_socket, APR_SHUTDOWN_WRITE) != APR_SUCCESS || 
        net->c->aborted) {
        apr_socket_close(c->client_socket);
        return APR_SUCCESS;
    }

    /* Read all data from the peer until we reach "end-of-file" (FIN