]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Don't retrieve anymore timing info from the mux csinfo
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Sep 2020 12:03:54 +0000 (14:03 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 13:41:48 +0000 (14:41 +0100)
commit15e525f4956212438d535bb62c0a85bb530fcff7
treeb659d1d8eb9784d621b0534b0aa23d9116917a6f
parent7a6c513246b58b9505b8abff470f4c829a1ec666
MINOR: stream: Don't retrieve anymore timing info from the mux csinfo

These info are only provided by the mux-h1. But, thanks to previous patches,
we can get them from the session directly. There is no need to retrieve them
from the mux anymore.
src/stream.c