]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: sink: Update the sink applets to use their own buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Jul 2025 16:46:38 +0000 (18:46 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Jul 2025 10:13:42 +0000 (12:13 +0200)
commit576361c23ebc9ea59d718a646e3efe6900c5417f
tree82a2be478070ab09fa1e4283b3233d65fcca6745
parent5da704b55fb27fa7435ae3621650d438fa3a1bc7
MEDIUM: sink: Update the sink applets to use their own buffers

Thanks to this patch, the sink applets is now using their own buffers.
.rcv_buf and .snd_buf callback functions are now defined to use the default
raw functions. The applet API is now used and any dependencies on the
stream-connectors and the channels were removed.
src/sink.c