]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: make headers and RDP cookie also use arg_str/len
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Jan 2019 14:28:53 +0000 (15:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jan 2019 18:33:17 +0000 (19:33 +0100)
commit484ff076912c0ce43234758fd14216b3d7ece6ca
tree6e20c3858a7c8ea16e5b49b381eb93ec2cc233f1
parent4c03d1c9b68ec07932a5bedeb25bf5936a83b351
MINOR: backend: make headers and RDP cookie also use arg_str/len

These ones used to rely on separate variables called hh_name/hh_len
but they are exclusive with the former. Let's use the same variable
which becomes a generic argument name and length for the LB algorithm.
include/types/backend.h
include/types/proxy.h
src/backend.c
src/cfgparse-listen.c