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)
committerWilly Tarreau <w@1wt.eu>
Tue, 1 Dec 2020 09:25:20 +0000 (10:25 +0100)
commita307528fe287f085705ef08a798c1698e474c395
tree5295cb2311e98943e4bc3ebd66cfac070839823c
parentfcdfd857b3d2e7181e96c182cede96fc9aa3c099
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.
src/mux_h2.c