MEDIUM: acl/pattern: start merging common sample fetch functions
authorWilly Tarreau <w@1wt.eu>
Wed, 25 Apr 2012 14:21:44 +0000 (16:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:17 +0000 (20:57 +0200)
commit25c1ebc0c99a5cd1329bdea843e9e9c6f20808d8
tree2fafe2acba850c48915dab7224340fe0f093e1d6
parent32a6f2e572adfad27a8bb95de9a98163c316f4d1
MEDIUM: acl/pattern: start merging common sample fetch functions

src_port, dst_port and url_param have converged between ACLs and patterns.
This means that src_port is now available in patterns and that urlp_* has
been added to ACLs. Some code has moved to accommodate for static function
definitions, but there were little changes.
doc/configuration.txt
src/proto_http.c
src/proto_tcp.c