BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend"
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 15:10:03 +0000 (17:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:35 +0000 (18:13 +0200)
commit4f9f157537074b5165818118e986866ae20fbc1a
treef97c6663f2985d0e6a18cdcab6776d7ae3bfc603
parent241a006d798b4305a64746f8da0b9fdeade533a5
BUG/MINOR: proxy/cli: don't enumerate internal proxies on "show backend"

Commit e7f74623e ("MINOR: stats: don't output internal proxies (PR_CAP_INT)")
in 2.5 ensured we don't dump internal proxies on the stats page, but the
same is needed for "show backend", as since the addition of the HTTP client
it now appears there:

  $ socat /tmp/sock1 - <<< "show backend"
  # name
  <HTTPCLIENT>

This needs to be backported to 2.5.
src/proxy.c