mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 23:42:40 +02:00
For protocol analysis, it's not always convenient to have to run through a fetch then a match against dummy values. It's easier to let the fetch() function set the result itself. This obviously works only for boolean values.