]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: cache: store objects in cache
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 31 Oct 2017 13:33:34 +0000 (14:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 20:17:19 +0000 (21:17 +0100)
commit4da3f8a1f2c91f2d17378c5d12f43517e313701c
treef96042e33dd045b1b86e4052473f137b172a48a2
parent41db46035ebf39a0c147fa96ecd5900af10123ea
MEDIUM: cache: store objects in cache

Store object in the cache. The cache use an shctx for storage.

It uses an http-response action to store the headers and a filter to
store the body. The http-response action is used in order to allow
modifications by other actions before caching.
src/cache.c