]> git.kaiwu.me - haproxy.git/commit
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:07:50 +0000 (12:07 +0200)
commit5970c6abec3e0ee4ac44364e999cae2cc852f4c8
tree80d6443320d9166a28bc3b9bbf2e971c463c0f5c
parentfbc3de6e9e59679d2e9ece3984ce31b6a7dd418f
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.
src/http_ana.c