DEBUG: stream: Add debug counters to track some client/server aborts
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Oct 2024 14:46:34 +0000 (16:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2025 09:05:28 +0000 (11:05 +0200)
commitb599fc9d50e4e806e6e000583664ad354c374c20
tree7267d89c2a22741e468d11b0589e759736b91ba7
parent4e912aef0ba6aa73c0db8a55af62e76de40a13b4
DEBUG: stream: Add debug counters to track some client/server aborts

Not all aborts are tracked for now but only those a bit ambiguous. Mainly,
aborts during the data forwarding are concerned. Those triggered during the
request or the response analysis are easier to analyze with the stream
termination state.

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