commit | c0239e0425880bc178945845e7086f8aa643f55d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 16 14:42:55 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 20:57:10 2012 +0200 |
tree | aa80cc8c754da88b6188a18dee3ed57bd77d19ce | |
parent | 14174bc4c018111d93560874d2390018870b14a7 [diff] |
MEDIUM: http: make all ACL fetch function use acl_prefetch_http() All ACLs which need to process HTTP contents first call this function which performs all the preliminary tests and also triggers the request parsing if needed. A macro was written to simplify the code. As a side effect, it's not required anymore to check for the HTTP ACL before checking for HTTP contents.