commit | f930e4c4df779cd808c81968f872214faedbcfc2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 10 09:20:02 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 09:39:38 2020 +0200 |
tree | 80ef8f470a893404a0c20f4f988bb36fd5f7f6dc | |
parent | 404f919995e2ec5dba71f02e8340e3922844ec37 [diff] |
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.