]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: mux-h1: Add debug counters to track errors with in/out pending data
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 23 Oct 2024 20:51:18 +0000 (22:51 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Oct 2024 06:18:55 +0000 (08:18 +0200)
commit7e60928c9ce71d067019ee68f65ede4622e73b0a
tree964539424ff007c1072f2371d41f14fcb9c00469
parent1eb31d30fec8e236df695b464fe9e2fc7cd12851
DEBUG: mux-h1: Add debug counters to track errors with in/out pending data

Debug counters were added on all connection error when pending data remain
blocked in the input or ouput buffers. The same is performed when the H1C is
released, when the connection is closed and when a timeout is reached. Idea
is to be able to count all cases where data are lost, especially the
outgoing ones.
src/mux_h1.c