]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http/conf: store the use_backend configuration file and line for logs
authorThierry FOURNIER / OZON.IO <thierry.fournier@ozon.io>
Thu, 24 Nov 2016 22:57:54 +0000 (23:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Nov 2016 06:15:09 +0000 (07:15 +0100)
commit4ed1c9585d854e0deb8a234e8103d81e1f47228c
treec0a1f14cd46931eee9a07d2b89ac441a49d8e755
parent5948b0114947460cb60f1de63bdce9ce65d6bbc7
MINOR: http/conf: store the use_backend configuration file and line for logs

The error log of the directive use_backend doesn't provide the
file and line containing the declaration. This patch stores
theses informations.
include/types/arg.h
include/types/proxy.h
src/cfgparse.c
src/haproxy.c
src/log.c