]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Report rex/wex value using the sedesc date in trace messages
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Feb 2023 13:43:22 +0000 (14:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Feb 2023 14:59:16 +0000 (15:59 +0100)
commit03d5e62e13f21e62944eb1efa9a16fdfbbed98a3
tree2cbe5df57a9c8f7732d9d37b6b3671934a0a9a75
parent6e59e871bfe821e0925d2f03eb91306acbd11da7
MINOR: stream: Report rex/wex value using the sedesc date in trace messages

Becasue read and write timeout are now detected using .lra and .fsb fields
of the stream-endpoint descriptor, it is better to also use these fields to
report read and write expiration date in trace messages. Especially because
old rex and wex fields will be removed.
src/stream.c