MINOR: replace acl_fetch_{path,url}* with smp_fetch_*
authorWilly Tarreau <w@1wt.eu>
Sun, 29 Apr 2012 07:28:50 +0000 (09:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Jul 2012 17:06:40 +0000 (19:06 +0200)
commit6812bcfc94ac1b6ee049a9e90a6cc8e75e63a7f7
tree2bd0b6675fbdf76a0b4eefe21261b92de6481df3
parent6341be5b386fdfc400957440684e906c91dfe186
MINOR: replace acl_fetch_{path,url}* with smp_fetch_*

Doing so allows us to support sticking on URL, URL's IP, URL's port and
path.

Both fetch functions should be improved to support an optional depth
allowing to stick to a server depending on just a few directory
components. This would help with portals, some prefetch-capable
caches and with outgoing connections using multiple internet links.
doc/configuration.txt
src/proto_http.c