diff options
author | Yann Ylavic <ylavic@apache.org> | 2024-07-11 16:12:31 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2024-07-11 16:12:31 +0200 |
commit | 42a467f78ea93cf5188c066393b710e194a9cfba (patch) | |
tree | cdf676ec0132fa994108bd97c226f07f69227789 /modules | |
parent | test http1, add version check for trailer tests (diff) | |
download | apache2-42a467f78ea93cf5188c066393b710e194a9cfba.tar.xz apache2-42a467f78ea93cf5188c066393b710e194a9cfba.zip |
mod_status: Follow up to r1918482: Bump colspan for the new wait-io colomn
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919141 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-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 a2d23e280e..99ea9969b8 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -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>" |