]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: spoe: Directly receive ACK frame in the SPOE context buffer
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 9 Jul 2024 09:38:51 +0000 (11:38 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:05 +0000 (15:27 +0200)
commitba64bc3f20fc767cb7a1d922859e5b1addde0edb
treec4fff29299a51a7f9566cfce5b33450d089e4689
parent07cf7769ce31f0fd4bb29b4f1389a2a8d0e01f4d
MEDIUM: spoe: Directly receive ACK frame in the SPOE context buffer

Just like the previous patch, here we avoid a buffer copy between the SPOE
applet and the SPOE filter for the ACK reply. The buffer from the SPOE
context is used to retrieve the ACK reply from the channel response buffer.

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