MINOR: mux-h1: Don't provide anymore timing info using cs_info structure
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Sep 2020 12:06:23 +0000 (14:06 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 13:41:48 +0000 (14:41 +0100)
commit3b536a31318ceeab1d7bd5fcc45d88258dc1015a
treee2544f5939aa65ef94484e7aeb3f88523005dc13
parent15e525f4956212438d535bb62c0a85bb530fcff7
MINOR: mux-h1: Don't provide anymore timing info using cs_info structure

The cs_info are now unused. The stream uses the session to get these
info. So we can safely remove it from the mux-h1.
src/mux_h1.c