]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: mux-h1: Add debug counters to track some errors
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Oct 2024 15:39:29 +0000 (17:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Oct 2024 15:39:32 +0000 (17:39 +0200)
commit35ab9b8c6da2d7c237237b2435ad65d184c37cfd
tree60ce606f9684cbb63bce551d55a990877f1f5a5d
parentc8aecc393bd125e476469d2b6159a1af542c78ae
DEBUG: mux-h1: Add debug counters to track some errors

Debug counters are added to track errors about wrong the payload length
during the message formatting (on the sending path). Aborts are also
concerned. connection shutdowns and errors while the end of the message was
not reached are now tracked. On the sending path, shutdown performed while
all the message was not forwarded are tracked too.
src/mux_h1.c