]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http-ana: increment internal_errors counter on response error
authorDragan Dosen <ddosen@haproxy.com>
Tue, 21 Sep 2021 11:02:09 +0000 (13:02 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Sep 2021 14:25:47 +0000 (16:25 +0200)
commit9a006f9641ceb353c007f8f7e8ae949ace786099
tree30c171351c3ea9da413d6936e9df705857e61e77
parent564e39c4c602a7ec0196e257732957bbfc3cbcae
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.
src/http_ana.c