MINOR: mux-h2: count open connections/streams on stats
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 27 Oct 2020 16:16:04 +0000 (17:16 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 28 Oct 2020 07:55:23 +0000 (08:55 +0100)
commit66942c1d4d4e17df2d17e8246e4ce101ec51a583
tree6d1f048c8e0e6c13cd997d9d93cf1afd03078dfa
parenta8879238ce3540fc3f34bb25f1e30b014faa498b
MINOR: mux-h2: count open connections/streams on stats

Implement as a gauge h2 counters for currently open connections and
streams. The counters are decremented when closing the stream or the
connection.
src/mux_h2.c