]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: mux-spop: Make the SPOP connections reusable
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 9 Jul 2024 05:44:56 +0000 (07:44 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:05 +0000 (15:27 +0200)
commite68274c90a7bf024ed4b981162d0251558efd50d
tree055860f9b7a9337ef4c59dece72653bb55eebeb6
parent078f9d3583eb1373d1b6af9a5fabeec5884a7d25
MAJOR: mux-spop: Make the SPOP connections reusable

Thanks to this patch, SPOP connections can now be inserted in idle
connections list of the server or the session. There is no multiplexing by
SPOP connecitons can be reused. It is the same mechanics than for other
muxes. Noting really new. But it is a huge improvement.

The related issue is #2502.
src/mux_spop.c