MEDIUM: http: merge acl and pattern header fetch functions
authorWilly Tarreau <w@1wt.eu>
Thu, 26 Apr 2012 13:11:51 +0000 (15:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:19 +0000 (20:57 +0200)
commit185b5c4a7b88d12b4a127dc820d58329433a4472
tree11bb49d1b03f9c622f12142054cd542438e84ae7
parent0d5fe144a18d21ff18cc5a36caaa86675c667a6a
MEDIUM: http: merge acl and pattern header fetch functions

HTTP header fetch is now done using smp_fetch_hdr() for both ACLs and
patterns. This one also supports an occurrence number, making it possible
to specify explicit occurrences for ACLs and patterns.
doc/configuration.txt
include/proto/proto_http.h
src/proto_http.c