commit | f4258bdf3b21f24a328bf0ae1407080faff2f109 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri May 05 10:59:39 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri May 05 15:41:29 2023 +0200 |
tree | ea5a661bf05e02d0d41072515e5b0ddf31a48ca9 | |
parent | e8ee27b0fd8e98364e579f9efc9d0a7d6261b6ec [diff] |
MINOR: stats: Use the applet API to write data stats_putchk() is updated to use the applet API instead of the channel API to write data. To do so, the appctx is passed as parameter instead of the channel. This way, the applet does not need to take care to request more room it it fails to put data into the channel's buffer.