]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: Add .ctl callback function to get info about a mux connection
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 30 Apr 2024 14:12:31 +0000 (16:12 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 6 May 2024 20:00:00 +0000 (22:00 +0200)
commit12fb6d73cde5688c9ddfeb199e036be4828700a9
tree688e858aedd07275cd092409be2044501b38a53f
parent068ce2d5d2c94574734411aaca3c31748409e36e
MINOR: mux-quic: Add .ctl callback function to get info about a mux connection

Other muxes implement this callback function. It was not implemented for the
QUIC mux because it was useless. It will be used to retrieve the current/max
number of stream for a quic connection. So let's added it, adding the
default support for MUX_CTL_EXIT_STATUS command.
src/mux_quic.c