commit | 4fa9857b3dc57703c99982a140df5d8119351262 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Wed Oct 16 15:11:15 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 21 16:18:13 2019 +0200 |
tree | 1719620cea81376a84a682de197cafc591692234 | |
parent | e4876e2b03930a5e280c77f9ebd59f861080a3c5 [diff] |
BUG/MINOR: sample: Make the `field` converter compatible with `-m found` Previously an expression like: path,field(2,/) -m found always returned `true`. Bug exists since the `field` converter exists. That is: f399b0debfc6c7dc17c6ad503885c911493add56 The fix should be backported to 1.6+. (cherry picked from commit 4381d26edc03faa46401eb0fe82fd7be84be14fd) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>