MINOR: stats: improve pending connections description
authorWilliam Dauchy <wdauchy@gmail.com>
Mon, 1 Feb 2021 12:11:53 +0000 (13:11 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 1 Feb 2021 14:16:33 +0000 (15:16 +0100)
commiteedb9b13f46b52988b0ada70acf7ed8117bdd89e
tree7abfabcd5b9b922ae99e2042755bf07079251748
parenta1da7bab1adb167a9b41b6a1a78c55ae65129e84
MINOR: stats: improve pending connections description

In order to unify prometheus and stats description, we need to clarify
the description for pending connections.
- remove the BE reference in counters struct, as it is also used in
  servers
- remove reference of `qcur` field in description as it is specific to
  stats implemention
- try to reword cur and max pending connections description

Signed-off-by: William Dauchy <wdauchy@gmail.com>
include/haproxy/counters-t.h
src/stats.c