From bc55f0eb19a97a92ca17ed03991aa0cb6e5904ca Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Mon, 25 Apr 2016 21:50:40 +0000 Subject: [PATCH] event: update worker score keepalive status. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740910 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/event/event.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index 76f3467650..885ea5a05e 100644 --- a/server/mpm/event/event.c +++ b/server/mpm/event/event.c @@ -1199,6 +1199,8 @@ read_request: start_lingering_close_blocking(cs); } else if (cs->pub.state == CONN_STATE_CHECK_REQUEST_LINE_READABLE) { + ap_update_child_status_from_conn(sbh, SERVER_BUSY_KEEPALIVE, c); + /* It greatly simplifies the logic to use a single timeout value per q * because the new element can just be added to the end of the list and * it will stay sorted in expiration time sequence. If brand new -- 2.50.1