commit | 165ca0e812848a7c7b6778ed0086ed070b1663c7 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 15:15:22 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 1fd703b7157b54391321eacc568097a1af9352ec | |
parent | 0dd566b42eae0c05917460e624630550be0991c0 [diff] |
MINOR: stream-int: 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 stream-interface part.