commit | 9a006f9641ceb353c007f8f7e8ae949ace786099 | [log] [tgz] |
---|---|---|
author | Dragan Dosen <ddosen@haproxy.com> | Tue Sep 21 13:02:09 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Sep 23 16:25:47 2021 +0200 |
tree | 30c171351c3ea9da413d6936e9df705857e61e77 | |
parent | 564e39c4c602a7ec0196e257732957bbfc3cbcae [diff] |
BUG/MINOR: http-ana: increment internal_errors counter on response error A bug was introduced in the commit cff0f739e51 ("MINOR: counters: Review conditions to increment counters from analysers"). The internal_errors counter for the target server was incremented twice. The counter for the session listener needs to be incremented instead. This must be backported everywhere the commit cff0f739e51 is.