]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: promex: Update the promex applet to use their own buffers 20250724-applets-new-api
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 23 Jul 2025 09:19:29 +0000 (11:19 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Jul 2025 10:06:49 +0000 (12:06 +0200)
commitad2c23f02205863a5e42259c40dc3c161a7db5c8
tree5a20eb2a5c27c4460201ec769b59eef47af446b2
parent9ad435e302c565be74fa00c340ca460c3f1b4c01
MEDIUM: promex: Update the promex applet to use their own buffers

Thanks to this patch, the promex applet is now using its own buffers.
.rcv_buf and .snd_buf callback functions are now defined to use the default
HTX functions. Parts 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.
addons/promex/include/promex/promex.h
addons/promex/service-prometheus.c