DEBUG: stream: Report lra/fsb values for front end back SC in stream dump
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Dec 2023 10:16:53 +0000 (11:16 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Dec 2023 10:25:49 +0000 (11:25 +0100)
commit084db70ad13553b4f4710e736b475cf75a629cd4
tree795f5570b24a95b482f8d81215b3d93660d3030d
parent54627f9916d20296fd9666d3ad145e71d45b9222
DEBUG: stream: Report lra/fsb values for front end back SC in stream dump

REX and WEX date are already reported. But if the corresponding SC cannot
expire on read or write, "<NEVER>" is reported instead. The same is reported
if no expiration date is set. It is not really convenient because we cannot
distinguish the two cases.

So, now, for each SC, read and wirte timer (rto/wto) are also reported in
the dump, based on .lra/.fsb dates and the current I/O timeout. The SC I/O
timeout is also reported.
src/stream.c