MINOR: mux-h2/trace: add traces at level ERROR for protocol errors
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Dec 2020 09:24:29 +0000 (10:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 1 Dec 2020 09:30:37 +0000 (10:30 +0100)
commit5dd36ac8a0984d74e1bb4e3747bc240386e214a6
treeac6ea1b99ae603ee055c160d5eea125bdc04bf69
parenta1f12746b12d7982972b775672e5d119c8b60f10
MINOR: mux-h2/trace: add traces at level ERROR for protocol errors

A number of traces could be added, and a few TRACE_PROTO were replaced
with TRACE_ERROR. The goal is to be able to enable error tracing only
to detect anomalies.

It looks like they're mostly correct as they don't seem to strike on
valid H2 traffic but are very verbose on h2spec.
src/mux_h2.c