]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Always get idle duration from the session
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Sep 2020 11:49:56 +0000 (13:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 13:41:48 +0000 (14:41 +0100)
commit7a6c513246b58b9505b8abff470f4c829a1ec666
tree669b528a6eaaf5d8ea3f23ade9cd2705849e07ce
parentdd78921c66ea1440676b06200064c9a27f82c50d
MINOR: stream: Always get idle duration from the session

Since the idle duration provided by the session is always up-to-date, there
is no more reason to rely on the multiplexer cs_info to set it to the
stream.
src/http_ana.c
src/stream.c