]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h2: don't report a fantom h2s in "show fd"
authorWilly Tarreau <w@1wt.eu>
Tue, 18 Dec 2018 13:34:41 +0000 (14:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Dec 2018 13:34:41 +0000 (14:34 +0100)
commit3af3771bf3cdb6639565f186dc857202fb7ca0bf
tree95d8db7794ca86671e26f357be538285792afa46
parentfb3b1b00e264ee020e58f727f38aa76686e0bbf1
BUG/MINOR: mux-h2: don't report a fantom h2s in "show fd"

The h2s pointer was used to scan fctl lists prior to being used to scan
the send list by ID, so it could appear non-null eventhough the list is
empty, resulting in misleading information on empty connections.

No backport is needed.
src/mux_h2.c