BUG/MINOR: proxy: don't dump servers of internal proxies
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 25 Aug 2021 16:15:31 +0000 (18:15 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 25 Aug 2021 16:15:31 +0000 (18:15 +0200)
commita39e6266d1b6877b2765217d569bc921bb9e7781
tree0d47f87dfb1fe970112d344aba5f396e5d0cb585
parent956be9d242a5604482999b588a33e1e925a00372
BUG/MINOR: proxy: don't dump servers of internal proxies

Patch 211c967 ("MINOR: httpclient: add the server to the proxy") broke
the reg-tests that do a "show servers state".

Indeed the servers of the proxies flagged with PR_CAP_INT are dumped in
the output of this CLI command.

This patch fixes the issue par ignoring the PR_CA_INT proxies in the
dump.
src/proxy.c