BUG/MINOR: mux-h2: add missing traces on failed headers decoding
authorWilly Tarreau <w@1wt.eu>
Thu, 19 Jan 2023 22:58:11 +0000 (23:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jan 2023 23:02:21 +0000 (00:02 +0100)
commit17c630b84628258900268aaa5d597800fbc9adbb
treef3852af93de0da3ebc03e2e281225270af9bd979
parentf43f36da5be06da0f08efdb496e36a0edb35206a
BUG/MINOR: mux-h2: add missing traces on failed headers decoding

In case HPACK cannot be decoded, logs are emitted but there's no info
in the H2 traces, so let's add them.

This may be backported to all supported versions.
src/mux_h2.c