]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: report detected error on stats
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 27 Oct 2020 16:16:03 +0000 (17:16 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 28 Oct 2020 07:55:19 +0000 (08:55 +0100)
commita8879238ce3540fc3f34bb25f1e30b014faa498b
tree17d4c5176eebc6d406610ca591b316ae35c4f14e
parent2dec1ebec2703bce89bcec962b8c4c739f99613e
MINOR: mux-h2: report detected error on stats

Implement counters for h2 protocol error on connection or stream level.
Also count the total number of rst_stream and goaway frames sent by the
mux in response to a detected error.
src/mux_h2.c