]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: cache: Remove code relying on the legacy HTTP mode
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 19:01:29 +0000 (21:01 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit95e7ea3c62ad89e150128e93a9794f623d6310ab
treec313564143f5cc6c20d7aa7aa0873180baba4795
parent12c28b65799c0a4928cc10a79e15c6177baf6e6b
MEDIUM: cache: Remove code relying on the legacy HTTP mode

The applet delivering cached objects based on the legacy HTTP code was removed
as the filter callback cache_store_http_forward_data(). And the action analyzing
the response coming from the server to store it in the cache or not was purged
of the legacy HTTP code.
src/cache.c