]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEV: flags/show-sess-to-flags: properly decode fd.state
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Aug 2023 06:47:43 +0000 (08:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Aug 2023 06:48:49 +0000 (08:48 +0200)
commit67da85fa4c06e8c2f4567a0454e6656f4a05e259
tree87f211333cdee9970de579cd9c1b064be79e6441
parent75028bcba697c58c5ea9e65750b6a225f0280f47
DEV: flags/show-sess-to-flags: properly decode fd.state

fd.state is reported without the "0x" prefix in show sess, let's support
this during decoding.

This may be backported to all versions supporting this utility.
dev/flags/show-sess-to-flags.sh