CLEANUP: stream/cli: remove the unneeded STATE_FIN state from "show sess"
authorWilly Tarreau <w@1wt.eu>
Tue, 3 May 2022 09:10:19 +0000 (11:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:35 +0000 (18:13 +0200)
commitbb4e289fa90d4a92acbd7a502f1e57452dd26d82
treed2505920ea8b2e5e7ed58bd7842c469eaf62ccc0
parentf3629f88acb627d0cf3d0b43f820e939bc18a358
CLEANUP: stream/cli: remove the unneeded STATE_FIN state from "show sess"

This state is only an alias for "thr >= global.nbthread" which is the
sole condition that indicates the end and reaches it. Let's just drop
this state. There's only the STATE_LIST that's left.
src/stream.c