BUG/MINOR: mux-h2/stats: make stream/connection proto errors more accurate
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Dec 2020 09:22:43 +0000 (10:22 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 14 Dec 2020 08:19:30 +0000 (09:19 +0100)
commitef8b8649a6934674cf85ddc76cdb91f2b3fa1124
tree0e644bb9b25248ed19fbf8bab66bd590c583ed19
parenta0338b95c470438629eb2558baf8c4c98fd226be
BUG/MINOR: mux-h2/stats: make stream/connection proto errors more accurate

Since commit a8879238c ("MINOR: mux-h2: report detected error on stats")
we now have some error stats on stream/connection level protocol errors,
but some were improperly marked as stream while they're connection, and
2 or 3 relevant ones were missing and have now been added.

This could be backported to 2.3.

(cherry picked from commit a307528fe287f085705ef08a798c1698e474c395)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/mux_h2.c