]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: make the header hash use arg_opt1 for use_domain_only
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Jan 2019 15:04:54 +0000 (16:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jan 2019 18:33:17 +0000 (19:33 +0100)
commit9fed8586b5a96efae97207d0a7f290ef5361b2bf
treeadfcbfa9a355809522151baaec907fc16a085b84
parent20e68378f1e20112458bbee4c9c3646a74261b5a
MINOR: backend: make the header hash use arg_opt1 for use_domain_only

This is only a boolean extra arg. Let's map it to arg_opt1 and remove
hh_match_domain from struct proxy.
include/types/proxy.h
src/backend.c
src/cfgparse-listen.c