]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Add a flag to know an applet is using HTX buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 29 Jul 2025 06:29:11 +0000 (08:29 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Aug 2025 09:11:05 +0000 (11:11 +0200)
commit927884a3eb76b6dfdffab399f6ef60cdd6344cef
treec65f4d0b35253ac52502b7cdb018d23181429a24
parent1c76e4b2e4bf41a1f28bf94bcf3ea4bba39902e0
MINOR: applet: Add a flag to know an applet is using HTX buffers

Multiplexers already explicitly announce their HTX support. Now it is
possible to set flags on applet, it could be handy to do the same. So, now,
HTX aware applets must set the APPLET_FL_HTX flag.
addons/promex/service-prometheus.c
include/haproxy/applet-t.h
src/cache.c
src/hlua.c
src/http_client.c
src/stats-html.c