commit | 503d26428d32594beb83cbb8d85e65f3b6ce5ea2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 13:33:59 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | ad35bb3b7cb2bb2d23fd2da473f36ba55fa7749f | |
parent | 02fc86e8f616e932214432c30f85c11a8e1bad8b [diff] |
MINOR: frontend: 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 frontend part.