]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: spoe: Remove fragmentation support
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Jun 2024 09:03:14 +0000 (11:03 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:04 +0000 (15:27 +0200)
commite3c92209f7496ebda3599365a64965ab5da554b7
tree9849089912e9ca63b4cd735375da9240213c9368
parent249a547f373ed9b4fd421f67485fde2fb564cab8
MEDIUM: spoe: Remove fragmentation support

It is the first patch of a long series to refactor the SPOE filter. The idea
is to rely on a dedicated multiplexer instead of hakcing HAProxy with a list
of applets processing a message queue.

First of all, optionnal features will be removed. Some will be restored at
the end, some others will just be removed. It is the case here. The frame
fragmentation support is removed. The only purpose of this feature is to be
able to support the streaming. Because it is out of the scope of this
refactoring, the fragmentation is removed.

The related issue is #2502.
include/haproxy/spoe-t.h
include/haproxy/spoe.h
src/flt_spoe.c