Commit d417b2be authored by Bill Stoddard's avatar Bill Stoddard
Browse files

This is the wrong place to mark the server ready. Servers need to be marked ready

in the MPM -after- lingering close processing. This could be playing havoc with
perform_idle_server_maintenance.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88125 13f79535-47bb-0310-9956-ffa450edef68
parent ab0114e3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -255,7 +255,6 @@ AP_CORE_DECLARE_NONSTD(int) ap_process_http_connection(conn_rec *c)
            break;
    }

    ap_update_child_status(AP_CHILD_THREAD_FROM_ID(c->id), SERVER_READY, NULL);
    return OK;
}