]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: spoe: Make the SPOE applet use its own buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 11 Jul 2024 12:47:20 +0000 (14:47 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:05 +0000 (15:27 +0200)
commite83ab972cc5252f6b3e861a5cf6926e87213a839
tree01db4449195a99ce438cb2561d5cbc00b757debe
parent1dd2e484b02f5db15591d4448138dde604ebe5dc
MEDIUM: spoe: Make the SPOE applet use its own buffers

The SPOE applet is rewritten to use its own buffers. It is not a huge change
because, once started, the only responsibility of the SPOE applet is to
transfer the ACK frame to the SPOE filter. So it means it does not send any
data to the opposite endpoint, the NOTIFY frame was already transferred
during the applet creation. And it does only receive one full frame. Once
received, it can exit.

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