mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-11 03:41:00 +01:00
The helper function applet_output_data() returns the amount of data in the output buffer of an applet. For applets using the new API, it is based on data present in the outbuf buffer. For legacy applets, it is based on input data present in the input channel's buffer. The HTX version, applet_htx_output_data(), is also available This patch is related to issue #1617.