]> 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 10:13:41 +0000 (12:13 +0200)
commitfdb66e6c5e0251e3e0764cc72901d9e672b92c0e
treee6f08ce364312af0ea41337cf839a3b300f98cb3
parent1f9a1cbefc164391642d8b42e597c14c39055c1e
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