From: Yann Ylavic Date: Thu, 11 Jul 2024 14:57:46 +0000 (+0000) Subject: mod_status: "Threads" span three colomns (busy, graceful, idle), not two. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0afe939c9dd42ff17e7cd9e290f0d0537f3286c3;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 99ea9969b82..f0cff67ac45 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"