]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: cache: Save body size of cached objects and track it on delivery
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Nov 2023 16:15:00 +0000 (17:15 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 6 Dec 2023 09:24:41 +0000 (10:24 +0100)
commit5baa9ea1683f2aebeed434e38e280da47d907713
tree7c4739dc4c8ae3dff9cfe4fc3bd703e34d319eaa
parent5f99a37ae66e73a3d71bea39dc2cfba9af781a19
MEDIUM: cache: Save body size of cached objects and track it on delivery

We now save the body size of cached objets in the cache entry strucutre. In
addition, the cache applet tracks the body part already sent.

This will be mandatory to add support of endpoint-to-endpoint
fast-forwarding in the cache applet.
src/cache.c