commit | 0de82720e753958ddfc3f992ddc7786a2a6201d9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 13:59:47 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 23db3c5e9e629243c896c394be20bb181ab86e4c | |
parent | b91afea91cf446069172ff962891e9782af36e63 [diff] |
MINOR: tcp-act: 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 tcp-act part.