MINOR: proxy: Add references on http replies for proxy error messages
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 14 May 2020 15:34:31 +0000 (17:34 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2020 16:27:13 +0000 (18:27 +0200)
commit40e85696767f08a3ff80bbd195f1677e48a4862d
tree5c96bb3146e40ceb530ce2e17a149a402b54a1c9
parent5809e10b488cce2924d6c09b6680fc41625b7106
MINOR: proxy: Add references on http replies for proxy error messages

Error messages defined in proxy section or inherited from a default section are
now also referenced using an array of http replies. This is done during the
configuration validity check.
include/types/proxy.h
src/http_htx.c