]> git.kaiwu.me - haproxy.git/commit
MINOR: cli: Handle the paylod pattern as a pointer in the cmdline buffer
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Apr 2026 10:14:42 +0000 (12:14 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Apr 2026 13:19:12 +0000 (15:19 +0200)
commit337a8dac62e3206ed0a04f492f3fbd6f8071e96f
tree42420cc784aa97eb42da9d1046cbb2a64435f399
parent3610a767f69ff5303d5ee15974f24f8bf9259738
MINOR: cli: Handle the paylod pattern as a pointer in the cmdline buffer

Instead of copying the payload pattern in the CLI context, we now only save
a pointer on this pattern. It is possible because the command line is copied
in the CLI context. Arguments are already handled this way when the command
is processed.
include/haproxy/applet-t.h
src/cli.c