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