]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_status: Follow up to r1918482: Bump colspan for the new wait-io colomn
authorYann Ylavic <ylavic@apache.org>
Thu, 11 Jul 2024 14:12:31 +0000 (14:12 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 11 Jul 2024 14:12:31 +0000 (14:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919141 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_status.c

index a2d23e280e0326b34c80aff29ab7ee8ae48bd90d..99ea9969b828e1d3e2fd7d42a0347a782d39ea8f 100644 (file)
@@ -573,7 +573,7 @@ static int status_handler(request_rec *r)
                          "<th rowspan=\"2\">Stopping</th>"
                          "<th colspan=\"2\">Connections</th>\n"
                          "<th colspan=\"2\">Threads</th>"
-                         "<th colspan=\"3\">Async connections</th></tr>\n"
+                         "<th colspan=\"4\">Async connections</th></tr>\n"
                      "<tr><th>total</th><th>accepting</th>"
                          "<th>busy</th><th>graceful</th><th>idle</th>"
                          "<th>wait-io</th><th>writing</th><th>keep-alive</th>"