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
This commit is contained in:
Yann Ylavic
2024-07-11 14:57:46 +00:00
parent 42a467f78e
commit 0afe939c9d

View File

@ -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>"