https://bz.apache.org/bugzilla/show_bug.cgi?id=63300

--- Comment #9 from Tomas Korbar <[email protected]> ---
Hi Rainer,
I think there is a typo.

+                    if (res == SERVER_GRACEFUL)
+                        graceful++;
+                        if (is_async) {
+                            thread_graceful_buffer[i]++;
+                    } else {
+                        busy++;
+                        if (is_async)
                             thread_busy_buffer[i]++;

You indented the first "if (is_async)" as if it was guarded by the "if (res ==
SERVER_GRACEFUL)" condition but it is not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to