BUG/MEDIUM: applet: Report a send activity everytime data were sent
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Oct 2023 16:23:05 +0000 (18:23 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Oct 2023 08:35:32 +0000 (10:35 +0200)
commit2a51d5b6ea91145aab04280f868c30c2aa444f05
treed09f0062a1def4de10bfb7d2bd1d2f6ac4a9393a
parent3083fd90e1349692f9255303520a7383aa6012e7
BUG/MEDIUM: applet: Report a send activity everytime data were sent

In the same way than for stream-connectors (see "BUG/MEDIUM: stconn: Report
a send activity everytime data were sent" for details), we now report a send
activity everytime something was consumed by an applet, even if some output
data remains blocked into the channel's buffer.

This patch must be backported to 2.8.
src/applet.c