]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: Don't depends on a stream to process samples in log-format string
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 6 Apr 2020 08:40:02 +0000 (10:40 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:37 +0000 (09:39 +0200)
commit5f940703b3572f5777be69fa18863578d985e204
tree4cdf32b4dd419311df1635fef1db4d2b8ac3aeaa
parentf50f4e956fb644f3e4f6a423a710a1c7a71f2655
MINOR: log: Don't depends on a stream to process samples in log-format string

When a log-format string is evaluated, there is no reason to process sample
fetches only when a stream is defined. Several sample fetches are available
outside the stream scope. All others should handle calls without stream. This
patch is mandatory to support log-format string in tcp-check rules.
src/log.c