diff options
author | Yann Ylavic <ylavic@apache.org> | 2024-07-11 16:57:46 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2024-07-11 16:57:46 +0200 |
commit | 0afe939c9dd42ff17e7cd9e290f0d0537f3286c3 (patch) | |
tree | ed17961b66a065f8435e352c2a2b0c158386a0cb /modules/generators | |
parent | mod_status: Follow up to r1918482: Bump colspan for the new wait-io colomn (diff) | |
download | apache2-0afe939c9dd42ff17e7cd9e290f0d0537f3286c3.tar.xz apache2-0afe939c9dd42ff17e7cd9e290f0d0537f3286c3.zip |
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
Diffstat (limited to 'modules/generators')
-rw-r--r-- | modules/generators/mod_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) "<th rowspan=\"2\">PID</th>" "<th rowspan=\"2\">Stopping</th>" "<th colspan=\"2\">Connections</th>\n" - "<th colspan=\"2\">Threads</th>" + "<th colspan=\"3\">Threads</th>" "<th colspan=\"4\">Async connections</th></tr>\n" "<tr><th>total</th><th>accepting</th>" "<th>busy</th><th>graceful</th><th>idle</th>" |