commit | e8ee27b0fd8e98364e579f9efc9d0a7d6261b6ec | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri May 05 10:56:00 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri May 05 15:41:19 2023 +0200 |
tree | 68321df3a2825232bad128acc0cacf6912ef4f17 | |
parent | b6ae2aafde4373c6959a9937878189b75936a009 [diff] |
MINOR: cli: Use applet API to write output message Instead of using the channel API to to write output message from the CLI applet, we use the applet API. This way, the applet does not need to take care to request more room it it fails to put its message into the channel's buffer.