Mailing List Archive

Re: svn commit: r1909606 - /httpd/httpd/trunk/modules/generators/mod_status.c
Oups and thanks!

Am 04.05.23 um 12:30 schrieb ylavic@apache.org:
> Author: ylavic
> Date: Thu May 4 10:30:25 2023
> New Revision: 1909606
>
> URL: http://svn.apache.org/viewvc?rev=1909606&view=rev
> Log:
> Follow up to r1909429: Fix scope/block syntax.
>
> Modified:
> httpd/httpd/trunk/modules/generators/mod_status.c
>
> Modified: httpd/httpd/trunk/modules/generators/mod_status.c
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/generators/mod_status.c?rev=1909606&r1=1909605&r2=1909606&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/modules/generators/mod_status.c (original)
> +++ httpd/httpd/trunk/modules/generators/mod_status.c Thu May 4 10:30:25 2023
> @@ -348,9 +348,9 @@ static int status_handler(request_rec *r
> else if (res != SERVER_DEAD &&
> res != SERVER_STARTING &&
> res != SERVER_IDLE_KILL) {
> - if (res == SERVER_GRACEFUL)
> + if (res == SERVER_GRACEFUL) {
> graceful++;
> - if (is_async) {
> + if (is_async)
> thread_graceful_buffer[i]++;
> } else {
> busy++;
>