MINOR: mux_h2: add stat for total count of connections/streams
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 3 Nov 2020 14:04:45 +0000 (15:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 3 Nov 2020 16:04:22 +0000 (17:04 +0100)
commite7b891f7d3971c677d47e5eb769b69351680dbfe
tree511599c289a679ede8ec7494e2900cd9eeb2501e
parent2ac34d97a6efc60c9b8738a81b31619330287ceb
MINOR: mux_h2: add stat for total count of connections/streams

Add counters for total number of http2 connections/stream since haproxy
startup. Contrary to open_conn/stream, they are never reset to zero.
src/mux_h2.c