]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: spoe: Directly xfer NOTIFY frame when SPOE applet is created
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 9 Jul 2024 09:01:59 +0000 (11:01 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:05 +0000 (15:27 +0200)
commit07cf7769ce31f0fd4bb29b4f1389a2a8d0e01f4d
treeb24de153aa701e63374d4b7439de1b0365b2c0db
parent6b9daec93d89c949130c06219a8b24239bb406b2
MEDIUM: spoe: Directly xfer NOTIFY frame when SPOE applet is created

Instead of using a buffer from the SPOE filter to store the NOTIFY frame, to
copy it in a trash buffer in the SPOE applet to add meta-data and then tranfer
it to the channel, the original buffer is directly transfered to the channel
during the SPOE applet creation.

The SPOE applet is thus simplied, the I/O handler is now only responsible to
retrieve the ACK reply.

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