]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: promex: Update the promex applet to use their own buffers
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:13:42 +0000 (12:13 +0200)
commit2e5e6cdf23c70aaf4715c03615de333dc90d8285
tree4b5a3a26ab91e5e247d879232b919516a33770bd
parenta2cb0033bda4ef41f45fba18760c8cc8ab42b7d5
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