commit | 7a777edbdfc7965971c27c829f6775d185e227a3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 26 11:44:02 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 20:57:18 2012 +0200 |
tree | bcc50cbdce696cfb3b30b4367a1590e1dbf5d439 | |
parent | d6281ae0466ff95b4b1ae7752388ac9fea5c3648 [diff] |
MINOR: acl: set SMP_OPT_ITERATE on fetch functions This way, fetch functions will be able to tell if they're called for a single request or as part of a loop. This is important for instance when we use hdr(foo), because in an ACL this means that all hdr(foo) occurrences must be checked while in a pattern it means only one of them (eg: last one).