BUG/MINOR: http-ana: Fix wrong client abort reports during responses forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Oct 2024 09:58:46 +0000 (11:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Oct 2024 10:17:19 +0000 (12:17 +0200)
commit04b5a16bc273bdcbce76a517ba79be8586c4ebb1
tree495314057086cad926e37062c5d75d93b1e81454
parentf55508ab670a1b10fd4d338c1646fdaeb5ad27ad
BUG/MINOR: http-ana: Fix wrong client abort reports during responses forwarding

When the response forwarding is aborted, we must not report a client abort
if a EOS was seen on client side. On abort performed by the stream must be
considered.

This bug was introduced when the SHUTR was splitted in 2 flags.

This patch must be backported as far as 2.8.

(cherry picked from commit 5970c6abec3e0ee4ac44364e999cae2cc852f4c8)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/http_ana.c