From: Jim Jagielski Date: Thu, 5 Jan 2006 23:29:57 +0000 (+0000) Subject: Update status before we run the logging hook X-Git-Tag: 2.3.0~2633 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3800f3a010d086a88358cb3763c94d07aa3139a5;p=thirdparty%2Fapache%2Fhttpd.git Update status before we run the logging hook git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@366337 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/eor_bucket.c b/server/eor_bucket.c index bbc55ba60f8..174e7c48eed 100644 --- a/server/eor_bucket.c +++ b/server/eor_bucket.c @@ -52,6 +52,7 @@ static void eor_bucket_destroy(void *data) { request_rec *r = (request_rec *)data; if (r != NULL) { + ap_update_child_status(r->connection->sbh, SERVER_BUSY_LOG, r); ap_run_log_transaction(r); if (ap_extended_status) { ap_increment_counts(r->connection->sbh, r);