]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-quic: support backend private connection
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 22 Jul 2025 14:45:39 +0000 (16:45 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 23 Jul 2025 13:49:51 +0000 (15:49 +0200)
commit08d664b17c13cd7c2000de8dfec38ba0fb7711c0
treefda9d1214520a3e726cde84b4fdc0d68362ac995
parent00d668549e46b34d29ea3daa1f6dd42b5251a365
MEDIUM: mux-quic: support backend private connection

If a backend connection is private, it should not be reused outside of
its original attached session. As such, on stream detach operation, such
connection is never inserted into server idle/avail list. Instead, it is
stored directly on the session.

The purpose of this commit is to implement proper handling of private
backend connections via QUIC multiplexer.
src/mux_quic.c