MEDIUM: http/acl: make acl_fetch_hdr_{ip,val} rely on acl_fetch_hdr()
authorWilly Tarreau <w@1wt.eu>
Mon, 16 Apr 2012 15:21:11 +0000 (17:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:10 +0000 (20:57 +0200)
commitd53e2428d162e10ef0ec95a77b59da7db7937adf
tree84c9aae2bb7f182862b6410bce83863c4e8bf564
parente333ec9f24dc6831adb8cfe6e97e278e7db34164
MEDIUM: http/acl: make acl_fetch_hdr_{ip,val} rely on acl_fetch_hdr()

These two functions will now exploit the return of acl_fetch_hdr() instead
of doing the same work again and again.
src/proto_http.c