commit | be20cf36af96da357375812e6f825bcdf24dc3d1 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 24 11:41:38 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 24 11:55:17 2020 +0100 |
tree | 2c76c5007451e64d11474de6ad0f16c5cf8705d1 | |
parent | 645c588e7138526ccb71f3c47f00045cdf1d8510 [diff] |
BUG/MINOR: http-ana: Increment the backend counters on the backend A stupid cut-paste bug was introduced in the commit cff0f739e51. Backend counters must of course be incremented on the stream's backend. Not the frontend. No need to backport this patch, except if commit cff0f739e51 is backported.