]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: add the expire task and its expiration date in "show fd"
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Nov 2022 13:49:56 +0000 (14:49 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Nov 2022 13:49:56 +0000 (14:49 +0100)
commit38f61351c390f139c694e40d69ebdccf1fab3792
tree96112ac2eed1afb2e4e217f2de48b6f58ebce298
parent6f86eaae4f5c2a2e5a12e1d54b159b4c9e2ed013
MINOR: mux-h1: add the expire task and its expiration date in "show fd"

Just like for the H2 multiplexer, info about the H1 connection task is now
displayed in "show fd" output. The task pointer is displayed and, if not
null, its expiration date.

It may be useful to backport it.
src/mux_h1.c