BUG/MINOR: mux_h2: missing space between "st" and ".flg" in the "show fd" helper
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Jan 2021 14:50:03 +0000 (15:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 Jan 2021 16:17:39 +0000 (17:17 +0100)
commited4464e6c698bfb410610b7f3850cd0fa3331eb1
tree1e3c046d57b5779774b3fa5b306efa4fbe0c569f
parentaab6f7c3e642aa5e298a9d8765b5063abf518bfb
BUG/MINOR: mux_h2: missing space between "st" and ".flg" in the "show fd" helper

That was causing confusing outputs like this one whenan H2S is known:

   1030 : ... last_h2s=0x2ed8390 .id=775 .st=HCR.flg=0x4001 .rxbuf=...
                                                ^^^^

This was introduced by commit ab2ec4540 in 2.1-dev2 so the fix can be
backported as far as 2.1.
src/mux_h2.c