commit | 08da273a5c67404da8b7fe405a7e22d0b5f5a58b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 13 17:58:53 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Oct 19 15:39:07 2021 +0200 |
tree | b6a147b0f37e9145ecefac9f97335af6f0af315a | |
parent | 085ccd4fe42706230c2a31c162d8664ca6fb16a4 [diff] |
BUG/MINOR: sample: Fix 'fix_tag_value' sample when waiting for more data The test on the return value of fix_tag_value() function was inverted. To wait for more data, the return value must be a valid empty string and not IST_NULL. This patch must be backported to 2.4. (cherry picked from commit a5aa08274241b519fcfe3077ec0cc336921392be) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>