]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: hlua: Update TCP applet functions to use the new applet API
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Jun 2025 13:45:42 +0000 (15:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Jun 2025 06:16:10 +0000 (08:16 +0200)
commit9df380a152dac7e27f08721fe90cfd86e0fb304a
tree9d26cf8202960738a178261af59438806af17f33
parent18f9c71041bf4c57f773d5ab86657cbbd78b1069
MEDIUM: hlua: Update TCP applet functions to use the new applet API

The functions responsible to extract data from the applet input buffer or to
push data into the applet output buffer are now relying on the newly added
functions in the applet API. This simplifies a bit the code.
src/hlua.c