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