MINOR: stream: add a sample fetch to get the number of connection retries
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Nov 2023 12:59:59 +0000 (13:59 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Nov 2023 10:11:12 +0000 (11:11 +0100)
commitb1eb3bc9a2240e20d33cf9e80038302b62502711
tree1d6e740aff61ff4d7020a974061cb62bc2649c40
parent8f565528623d2084a4bc96d5b80c2d55639b10a0
MINOR: stream: add a sample fetch to get the number of connection retries

"txn.conn_retries" can now be used to get the number of connection
retries. This value is only stable once the connection is fully
established. For HTTP sessions, L7-retries must also be passed.
doc/configuration.txt
src/stream.c