]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: proxy/spoe: Add a SPOP mode
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 Jul 2024 07:58:12 +0000 (09:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:04 +0000 (15:27 +0200)
commit1538c4aa820e17b885f34862329512bffcd5e15e
tree14e827ded80c79f8ed9101340fda5801014148fc
parentb986952a75c491aa4e8d97a68d9532dfa4f0a53a
MEDIUM: proxy/spoe: Add a SPOP mode

The SPOE was significantly lightened. It is now possible to refactor it to
use a dedicated multiplexer. The first step is to add a SPOP mode for
proxies. The corresponding multiplexer mode is also added.

For now, there is no SPOP multiplexer, so it is only declarative. But at the
end, the SPOP multiplexer will be automatically selected for servers inside
a SPOP backend.

The related issue is #2502.
include/haproxy/connection-t.h
include/haproxy/connection.h
include/haproxy/proxy-t.h
include/haproxy/tcpcheck.h
src/cfgparse-listen.c
src/cfgparse.c
src/check.c
src/connection.c
src/extcheck.c
src/fcgi-app.c
src/proxy.c