commit | 13045f0eaedc36f73d08eb64d1d6832c37ad6988 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 01 14:23:38 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:15 2022 +0200 |
tree | d74c778217eadb082113773921e3888690ab050d | |
parent | 9ffddd5ca56d408128714489638d5d23ab7492ad [diff] |
MINOR: stream-int-conn-stream: Move si_update_* in conn-stream scope si_update_rx(), si_update_tx() and si_update() are renamed cs_update_rx(), cs_upate_tx() and cs_update() and updated to manipulate a conn-stream instead of a stream-interface.