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