]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Oct 2024 14:46:37 +0000 (16:46 +0200)
commitc8aecc393bd125e476469d2b6159a1af542c78ae
tree11821d6c41f5c34c8d5fad72270ad556c8caa297
parent19b736a5fbf591ca82ff6d63a273f9797ee02589
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.
src/http_ana.c
src/stream.c