]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Use relative expiration date in trace messages
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Feb 2023 13:35:51 +0000 (14:35 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Feb 2023 14:59:16 +0000 (15:59 +0100)
commit80e4532105323be5855b70602a0885ffe8202a5d
tree8d3f660ed16328e92c0f470b4b0cc91d069b83b3
parent03d5e62e13f21e62944eb1efa9a16fdfbbed98a3
MINOR: stream: Use relative expiration date in trace messages

Expiration dates in trace messages are now relative to now_ms. It is fairly
easier to read traces this way. And an expired date is now negative. So, it
is also easy to detect when a timeout was reached.
src/stream.c