commit | 80e4532105323be5855b70602a0885ffe8202a5d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 16 14:35:51 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 22 15:59:16 2023 +0100 |
tree | 8d3f660ed16328e92c0f470b4b0cc91d069b83b3 | |
parent | 03d5e62e13f21e62944eb1efa9a16fdfbbed98a3 [diff] |
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.