commit | 9b6a187e26cd0b25429ab79737b84c41e939bbcc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 02 14:21:05 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 02 14:23:56 2022 +0200 |
tree | 0a8d038910f8229df29989c583374e951353284f | |
parent | ba7657ca0f2a15f9bb988bc05821d088f2f05947 [diff] |
BUG/MINOR: mux-h1: fix the "show fd" dest buffer for the subscriber Commit 150c4f8b7 ("MINOR: mux-h1: make the "show fd" helper also decode the h1s subscriber when known") improved the output of "show fd" for the H1 mux, but the output is sent to the trash buffer instead of the msg argument. It turns out that this has no effect right now as the caller passes the trash but this is risky. This should be backported to 2.4.