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