commit | ff011f26e996c802e69473f462ac13cca1e71656 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 06 17:51:27 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Mar 13 22:00:24 2011 +0100 |
tree | 9d2816c6e8d39ea49930cb853c1eacc0c3677f18 | |
parent | f68a15a9512bf90b1b3fbc3dcb8e121a5f010b31 [diff] |
[REORG] http: move the http-request rules to proto_http And also rename "req_acl_rule" "http_req_rule". At the beginning that was a bit confusing to me, especially the "req_acl" list which in fact holds what we call rules. After some digging, it appeared that some part of the code is 100% HTTP and not just related to authentication anymore, so let's move that part to HTTP and keep the auth-only code in auth.c.