commit | 108ce5a70bbae6a693ea7939b54ea5a2028f7223 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 14:00:22 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 8068b7e71defb8a409275da31a20cf11d6f3799b | |
parent | 0de82720e753958ddfc3f992ddc7786a2a6201d9 [diff] |
MINOR: sink: Always access the stream-int via the conn-stream To be able to move the stream-interface from the stream to the conn-stream, all access to the SI is done via the conn-stream. This patch is limited to the sink part.