commit | 410546145b58adc035c357fb89163ced4fb84829 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 02 14:22:38 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 02 14:23:56 2022 +0200 |
tree | 6e3bb77a3b689a738e3d8f588ce4ea1831deddff | |
parent | 9b6a187e26cd0b25429ab79737b84c41e939bbcc [diff] |
BUG/MINOR: mux-fcgi: fix the "show fd" dest buffer for the subscriber Commit 1776ffb97 ("MINOR: mux-fcgi: make the "show fd" helper also decode the fstrm subscriber when known") improved the output of "show fd" for the FCGI 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.