]> granicus.if.org Git - apache/commitdiff
This is the wrong place to mark the server ready. Servers need to be marked ready
authorBill Stoddard <stoddard@apache.org>
Mon, 12 Feb 2001 23:00:24 +0000 (23:00 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 12 Feb 2001 23:00:24 +0000 (23:00 +0000)
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

server/connection.c

index 375be1dfddb93d7bf6e745315793ee59065fac33..bf8b8b97ee3888071a0a32e9c46cf51e4dd7461b 100644 (file)
@@ -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;
 }