commit | 427293420fe5358539a395a2a843c8707582871d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 14 10:38:01 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 14 10:44:17 2022 +0100 |
tree | 4397428cb36ed560366fc229e9bb15b097914507 | |
parent | 04007cb08d38b0761b54b533555270492be44bdd [diff] |
BUG/MEDIUM: freq-ctr: Don't compute overshoot value for empty counters The function computing the excess of events of a frequency counter over the current period for a target frequency must handle empty counters (no event and no start date). In this case, no excess must be reported. Because of this bug, long pauses may be experienced on the bandwith limitation filter. This patch must be backported to 2.7.