commit | 56489e2e313c275eb329db754b1346e27b3a1d49 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 13:35:56 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | b31f9767f8991f7bcb30de5f2fc62b7ffcf6cef7 | |
parent | 4d056bcb709908b956abe366a2c9d79ee8d6f388 [diff] |
MINOR: peers: 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 peers part.