]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIM: applet: Add the applet handler based on IN/OUT buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 11 Jan 2024 08:57:01 +0000 (09:57 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Feb 2024 14:03:26 +0000 (15:03 +0100)
commit4ad8192ce44b4b2d37305c38f341ffd6268c2ec4
treecc9e1cc4b723c31887265c5f8ce8fc44c40ec57f
parentf81b704d0154d3348389d59d3c70ad3e3940a377
MEDIM: applet: Add the applet handler based on IN/OUT buffers

A dedicated function to run applets was introduced, in addition to the old
one, to deal with applets that use their own buffers. The main differnce
here is that this handler does not use channels at all. It performs a
synchronous send before calling the applet and performs a synchronous
receive just after.

No applets are plugged on this handler for now.
include/haproxy/applet.h
src/applet.c