]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Use an indirect string to represent the expect matching string
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 10 Apr 2020 07:20:02 +0000 (09:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:38 +0000 (09:39 +0200)
commitf930e4c4df779cd808c81968f872214faedbcfc2
tree80ef8f470a893404a0c20f4f988bb36fd5f7f6dc
parent404f919995e2ec5dba71f02e8340e3922844ec37
MINOR: checks: Use an indirect string to represent the expect matching string

Instead of having a string in the expect union with its length outside of the
union, directly in the expect structure, an indirect string is now used.
include/types/checks.h
src/checks.c