]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Add HTX versions for applet_input_data() and applet_output_room()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Jul 2025 13:45:36 +0000 (15:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Jul 2025 10:13:41 +0000 (12:13 +0200)
commit44aae94ab9dbc4ae86dc0284f00732b5760aaee1
treec807516dc624b2046310e48a6d4473142f598929
parentd9855102cf303948ffc842e8c0f7939e67a29bd9
MINOR: applet: Add HTX versions for applet_input_data() and applet_output_room()

It will be useful for HTX applets because availale data in the input buffer and
available space in the output buffer are computed from the HTX message and not
the buffer itself. So now, applet_htx_input_data() and applet_htx_output_room()
functions can be used.
include/haproxy/applet.h