]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_htx: Use conn_stream's info to set t_idle duration when possible
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Nov 2018 14:23:46 +0000 (15:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 16:37:27 +0000 (17:37 +0100)
commit870aad91166e8f6f2f8853c1caef4cd2cb664204
tree6799a1e32470733f3b0fd1418d31d216227bcb9f
parentb3484d67d3aa4b25db119d020ef1e7279925782b
MINOR: proto_htx: Use conn_stream's info to set t_idle duration when possible

On the client side, if si_get_cs_info() returns valid info, we use it to set
t_idle duration. Otherwise, we compute it using the stream's logs info.
src/proto_htx.c