[MINOR] acl: specify the direction during fetches
authorWilly Tarreau <w@1wt.eu>
Sun, 10 Jun 2007 08:06:18 +0000 (10:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 Jun 2007 08:06:18 +0000 (10:06 +0200)
commitd41f8d85e84ff86c0e5d7a5496e5ad62563ba090
treedb1026061e09b6027b4498b9160fcfb9670dfa22
parentae8b7967220ace6c9580787d879c51e163cc9a44
[MINOR] acl: specify the direction during fetches

Some fetches such as 'line' or 'hdr' need to know the direction of
the test (request or response). A new 'dir' parameter is now
propagated from the caller to achieve this.
include/proto/acl.h
include/types/acl.h
src/acl.c
src/client.c
src/proto_http.c