commit | 7a58d79dd263c99e40f66f9a3a2cd074dcb306f5 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 13:40:08 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 6b8a9012cfd314a309a5029d82db34cc70285079 | |
parent | 436811f4a83163d1a04d2b5a0dae9d753372613f [diff] |
MINOR: cache: 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 cache part.