]> 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:13:41 +0000 (12:13 +0200)
commite542d2dfaa62744ae8cde754b3fccf27a2a69013
tree8bbc68916fa9eb9245ac0e675d0c50f44e31b04b
parent7e96ff6b84b7d7e0805a9a4e87a0a85b6b976df8
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