commit | 24e32d8c6b6d774dafb4396e7418c82183275ecb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 23 23:55:44 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 20:57:16 2012 +0200 |
tree | e62f5a6a89ffea72f5d44ba96d05da4258a89c36 | |
parent | 32389b7d042f0dfe7e1b11a3f9e3678a6ea226df [diff] |
MEDIUM: acl: replace acl_expr with args in acl fetch_* functions Having the args everywhere will make it easier to share fetch functions between patterns and ACLs. The only place where we could have needed the expr was in the http_prefetch function which can do well without.