From 0afe939c9dd42ff17e7cd9e290f0d0537f3286c3 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Thu, 11 Jul 2024 14:57:46 +0000 Subject: [PATCH] mod_status: "Threads" span three colomns (busy, graceful, idle), not two. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919148 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 99ea9969b8..f0cff67ac4 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -572,7 +572,7 @@ static int status_handler(request_rec *r) "PID" "Stopping" "Connections\n" - "Threads" + "Threads" "Async connections\n" "totalaccepting" "busygracefulidle"