summaryrefslogtreecommitdiffstats
path: root/server/connection.c
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2001-02-14 03:52:23 +0100
committerBill Stoddard <stoddard@apache.org>2001-02-14 03:52:23 +0100
commit6bb2157915446b4d780cddfefc94edfce3f0b26f (patch)
tree793df6844faabcbc862bf627df2fffe224b989a9 /server/connection.c
parentdoh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo... (diff)
downloadapache2-6bb2157915446b4d780cddfefc94edfce3f0b26f.tar.xz
apache2-6bb2157915446b4d780cddfefc94edfce3f0b26f.zip
Start getting extended status working again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88151 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/connection.c')
-rw-r--r--server/connection.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/connection.c b/server/connection.c
index bf8b8b97ee..6b69711822 100644
--- a/server/connection.c
+++ b/server/connection.c
@@ -245,6 +245,9 @@ AP_CORE_DECLARE_NONSTD(int) ap_process_http_connection(conn_rec *c)
if (r->status == HTTP_OK)
ap_process_request(r);
+ if (ap_extended_status)
+ ap_increment_counts(AP_CHILD_THREAD_FROM_ID(c->id), r);
+
if (!c->keepalive || c->aborted)
break;