commit | 25320b290645b091b031066671bf74b39cea8410 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Mar 24 07:22:08 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 03 02:13:00 2013 +0200 |
tree | 558729f7a66c59d9ae678b42c819a9478b5e6105 | |
parent | 4a96bf5a5d9cf5b87b691a489cfb0ec41dc6a779 [diff] |
MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" Proxy's acl_requires was a copy of all bits taken from ACLs, but we'll get rid of ACL flags and only rely on sample fetches soon. The proxy's acl_requires was only used to allocate an HTTP context when needed, and was even forced in HTTP mode. So better have a flag which exactly says what it's supposed to be used for.