]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: Use applet API to write output message
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 08:56:00 +0000 (10:56 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 13:41:19 +0000 (15:41 +0200)
commite8ee27b0fd8e98364e579f9efc9d0a7d6261b6ec
tree68321df3a2825232bad128acc0cacf6912ef4f17
parentb6ae2aafde4373c6959a9937878189b75936a009
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.
src/cli.c