commit | 0f19e43f2e43024c169b81430e430992352243e3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Feb 18 11:51:11 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Feb 18 11:56:22 2020 +0100 |
tree | 55a6bc4d06842f2df16e1e3f962a622020289448 | |
parent | 34b18e439129ca9df17ff46e60d009bb308d064a [diff] |
BUG/MINOR: stream: Don't incr frontend cum_req counter when stream is closed This counter is already incremented when a new request is received (or if an error occurred waiting it). So it must not be incremented when the stream is terminated, at the end of process_strem(). This bug was introduced by the commit cff0f739e ("MINOR: counters: Review conditions to increment counters from analysers"). No backport needed.