commit | 5d3c8aa15401c15aea9af97ef1374ecb63d4c15f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 13:38:12 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 4ada6ea8844415976bec31f9f00134e620fd4e64 | |
parent | 56489e2e313c275eb329db754b1346e27b3a1d49 [diff] |
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.