Skip to content

Commit

Permalink
ab: Follow up to r1910515: Update global counter too..
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910516 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ylavic committed Jun 20, 2023
1 parent c995f9c commit 1768d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/ab.c
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,7 @@ static void consolidate_metrics(void)
metrics.err_recv += worker->metrics.err_recv;
metrics.err_except += worker->metrics.err_except;
metrics.err_response += worker->metrics.err_response;
metrics.aborted_ka += worker->metrics.aborted_ka;

metrics.concurrent += worker->metrics.concurrent;
metrics.totalread += worker->metrics.totalread;
Expand Down

0 comments on commit 1768d59

Please sign in to comment.