mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
follow-on to r1097070:
axe unnecessary trailing comma git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -582,7 +582,7 @@ static int status_handler(request_rec *r)
|
|||||||
"\"<b><code>L</code></b>\" Logging, \n"
|
"\"<b><code>L</code></b>\" Logging, \n"
|
||||||
"\"<b><code>G</code></b>\" Gracefully finishing,<br /> \n"
|
"\"<b><code>G</code></b>\" Gracefully finishing,<br /> \n"
|
||||||
"\"<b><code>I</code></b>\" Idle cleanup of worker, \n"
|
"\"<b><code>I</code></b>\" Idle cleanup of worker, \n"
|
||||||
"\"<b><code>.</code></b>\" Open slot with no current process,<br />\n"
|
"\"<b><code>.</code></b>\" Open slot with no current process<br />\n"
|
||||||
"<p />\n", r);
|
"<p />\n", r);
|
||||||
if (!ap_extended_status) {
|
if (!ap_extended_status) {
|
||||||
int j;
|
int j;
|
||||||
|
Reference in New Issue
Block a user