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