]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: log: Update the log applet to use its own buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Jul 2025 16:27:54 +0000 (18:27 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Jul 2025 10:13:42 +0000 (12:13 +0200)
commit5da704b55fb27fa7435ae3621650d438fa3a1bc7
tree5be136a498d36c43d11078fc6c0f241a6950d6df
parent6a2b354dea44d4d00fbe75d88f4f783b6fdd1398
MEDIUM: log: Update the log applet to use its own buffers

Thanks to this patch, the log applet is now using its 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/log.c