]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: Always access the stream-int via the conn-stream
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Dec 2021 12:29:48 +0000 (13:29 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commit0c247df38b38b7d41999041f4e7a18c5c0b86f63
tree7298e250d352b009647ed4cfeea4766c0b9f720c
parenta629447d020b7245309bed57a27958f9f8b7b3b0
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.
src/cli.c