BUG/MINOR: mux_h2: fix incorrect stat titles
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 3 Feb 2021 15:27:22 +0000 (16:27 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Feb 2021 16:50:45 +0000 (17:50 +0100)
commit377d8786a79dad763ccdd40afbd52dccff9c9980
tree946b61d9fe1ceff16ea183eae92280f333e5c18a
parent0630038e771d4d08ae726080e2ef240d5ddaba68
BUG/MINOR: mux_h2: fix incorrect stat titles

Duplicate titles for the stats H2_ST_{OPEN,TOTAL}_{CONN,STREAM}. These
entries are used on csv for the heading.

This must be backported up to 2.3.

This fixes the github issue #1102.
src/mux_h2.c