]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: move url_param_name/len to lbprm.arg_str/len
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Jan 2019 14:23:54 +0000 (15:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jan 2019 18:33:17 +0000 (19:33 +0100)
commit4c03d1c9b68ec07932a5bedeb25bf5936a83b351
treecb05d2d251efbb079b0a0bdf64cad615c40fff36
parent6c30be52da3d949a8dd6fb5e2de7319c031e656e
MINOR: backend: move url_param_name/len to lbprm.arg_str/len

This one is exclusively used by LB parameters, when using URL param
hashing. Let's move it to the lbprm struct under a more generic name.
include/types/backend.h
include/types/proxy.h
src/backend.c
src/cfgparse-listen.c
src/haproxy.c