]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: hlua: Update the tcp applet to use its own buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 16 Jul 2025 13:28:11 +0000 (15:28 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Jul 2025 07:16:56 +0000 (09:16 +0200)
commit54622a27fe47d08783d691f9283532ba943c06aa
tree63c30066a64ad1b2c782187e0049a8961e58e52f
parent0e9d405cafaad4618c72746ae88580b1277c3a2b
MEDIUM: hlua: Update the tcp applet to use its own buffers

Thanks to this patch, the lua TCP applet is now using its own buffers.
.rcv_buf and .snd_buf callback functions are now defined to use the default
raw functions. Other changes are quite light. Mainly, end of stream and
errors are reported on the appctx instead of the stream-endpoint descriptor.
src/hlua.c