]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cache: Always access the stream-int via the conn-stream
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Dec 2021 12:40:08 +0000 (13:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commit7a58d79dd263c99e40f66f9a3a2cd074dcb306f5
tree6b8a9012cfd314a309a5029d82db34cc70285079
parent436811f4a83163d1a04d2b5a0dae9d753372613f
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.
src/cache.c