Commit bb39b80b authored by Nick Kew's avatar Nick Kew
Browse files

Fix for Bug 37790 (hangs on error return from post_read_request)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354085 13f79535-47bb-0310-9956-ffa450edef68
parent cea44fee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -990,6 +990,8 @@ request_rec *ap_read_request(conn_rec *conn)
    }

    if ((access_status = ap_run_post_read_request(r))) {
        ap_add_input_filter_handle(ap_http_input_filter_handle,
                                   NULL, r, r->connection);
        ap_die(access_status, r);
        ap_update_child_status(conn->sbh, SERVER_BUSY_LOG, r);
        ap_run_log_transaction(r);