]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mworker/cli: implements the customized payload pattern for master CLI
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 28 Nov 2023 16:57:21 +0000 (17:57 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 28 Nov 2023 18:13:49 +0000 (19:13 +0100)
commit08f1e2bea2fd84f2e3b725e51a86503d09c89efa
tree91ec876f1cd987f11585b638dbc59b7675b732d5
parentdd38c3777798917d5d1b04723382bae18c71cc01
MINOR: mworker/cli: implements the customized payload pattern for master CLI

Implements the customized payload pattern for the master CLI.

The pattern is stored in the stream in char pcli_payload_pat[8].

The principle is basically the same as the CLI one, it looks for '<<'
then stores what's between '<<' and '\n', and look for it to exit the
payload mode.
include/haproxy/stream-t.h
src/cli.c