]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: hlua: Update the http applet to use its own buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 18 Jul 2025 10:07:20 +0000 (12:07 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Jul 2025 10:13:41 +0000 (12:13 +0200)
commit48df877dab64bbe6580064bc7ce1c28270ad3884
treeedadf82ccdf3968f45ff4a5d9b7866b9b4b43212
parent3e456be5ae5ce5b84169c2b0adcfb7d3b10be55c
MEDIUM: hlua: Update the http applet to use its own buffers

Thanks to this patch, the lua HTTP applet is now using its own buffers.
.rcv_buf and .snd_buf callback functions are now defined to use the default
HTX 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