BUG/MINOR: mux-h2/traces: present the correct buffer for trailers errors traces
authorWilly Tarreau <w@1wt.eu>
Wed, 2 Oct 2024 13:39:52 +0000 (15:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Oct 2024 14:29:15 +0000 (16:29 +0200)
commitaf064b497a3d8d3548b4473252c2ae9d69d5781c
tree9c8294452f49e914d718b4bb28bd0834ae938cb4
parent0fa654ca925a8661dbe6acc25d3edd9a87a18860
BUG/MINOR: mux-h2/traces: present the correct buffer for trailers errors traces

The local "rxbuf" buffer was passed to the trace instead of h2s->rxbuf
that is used when decoding trailers. The impact is essentially the
impossibility to present some buffer contents in some rare cases. It
may be backported but it's unlikely that anyone will ever notice the
difference.
src/mux_h2.c