]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-spop: Announce the pipeling support if possible
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 9 Jul 2024 17:24:20 +0000 (19:24 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:05 +0000 (15:27 +0200)
commit1755c329495eb895eecd68efc262f1df6714daeb
tree125fd0beb6497678198814f9b34383cf83ce4c7b
parent880c037bcfbcff80f21c7a2f33440d5b9d6b684a
MEDIUM: mux-spop: Announce the pipeling support if possible

Reintroduce the pipelining support. Everyting was alredy in place to be able
to multiplex the streams on a SPOP connection. Here, the pipelining support
is annonced and checked in the agent replies. A hard-coded limit to 20
streams is set if the pipelining is supported on both sides. Otherwise, it
is disabled and only one stream at a time is allowed.

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