]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: hlua: Update the socket applet to use its own buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 18 Jul 2025 14:53:20 +0000 (16:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Jul 2025 10:06:48 +0000 (12:06 +0200)
commit4c5961c7310cae57f8ef2a309c560e5b072b106f
treee0739f0cd8400e783468b4aa0f962e29a3b74137
parent91c83e7cd30b41eb8f3257c2f8be9d79d75b2e06
MEDIUM: hlua: Update the socket applet to use its own buffers

Thanks to this patch, the lua cosocket applet is now using its own
buffers. .rcv_buf and .snd_buf callback functions are now defined to use the
default raw functions. Functions to receive and send data have also been
updated to use the applet API and to remove any dependencies on the
stream-connectors and the channels.
src/hlua.c