commit | 02fc86e8f616e932214432c30f85c11a8e1bad8b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 13:32:42 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | ea21aa0394faa2ee2786affe21f27ba45a7d0c70 | |
parent | 0c247df38b38b7d41999041f4e7a18c5c0b86f63 [diff] |
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.