Hi. I'm facing many response errors from my backends and I have checked the logs but there were no 5xx errors for these response errors! It seems I'm in this section of code and because I use http-server-close it will count failed_resp! https://github.com/haproxy/haproxy/blob/master/src/http_ana.c#L1648-L1667 Can you please explain why keep-alive connections won't count this and what actually is this?
Using haproxy 2.2.4 on docker Thanks.