[MINOR] acl: permit to return any header when no name specified
authorWilly Tarreau <w@1wt.eu>
Sun, 10 Jun 2007 19:42:55 +0000 (21:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 Jun 2007 19:42:55 +0000 (21:42 +0200)
commit1ad7c6dd857ee59097926953dd782c5edd3eb7b2
treef28ceb5454df8dce282cc982d4975048248f6c0e
parent737b0c12a6b3daf8873bb8c4aceb3850bc53aafc
[MINOR] acl: permit to return any header when no name specified

Having the ability to match on hdr_xxx in addition to hdr_xxx(yyy)
makes it possible to match any value or to count the headers easily.
src/proto_http.c