]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: cli: Update the CLI applet to handle its own buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Feb 2024 12:34:05 +0000 (13:34 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Mar 2024 16:32:51 +0000 (17:32 +0100)
commitf37ddbeb4b20cf1d3226c17564ea3ed3fe1d2081
treefc90bda67a61372df8cf6e11be86dd0a1e3b12e2
parentb8ca114031253a51975dbd940d3de46f4c3b710a
MAJOR: cli: Update the CLI applet to handle its own buffers

It is the third applet to be refactored to use its own buffers. In addition to
the CLI applet, some I/O handlers of CLI commands were also updated, especially
the stats ones.

Some command I/O handlers were updated to use applet's buffers instead of
channels ones.
src/cli.c
src/http_client.c
src/proxy.c
src/stats.c