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