commit | 0c247df38b38b7d41999041f4e7a18c5c0b86f63 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 13:29:48 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 7298e250d352b009647ed4cfeea4766c0b9f720c | |
parent | a629447d020b7245309bed57a27958f9f8b7b3b0 [diff] |
MINOR: cli: 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 cli part.