commit | 839791af0dd77dabcb24f70943111cd5fcb8696b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 07 16:12:07 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Jan 08 11:32:23 2019 +0100 |
tree | be55685a7eee5dd1396d8cc0126496bdb0d6dcd8 | |
parent | ff17b183fe06867b37e9dba286bfa8e69e58f614 [diff] |
BUG/MINOR: cache: Disable the cache if any compression filter precedes it We need to check if any compression filter precedes the cache filter. This is only possible when the compression is configured in the frontend while the cache filter is configured on the backend (via a cache-store action or explicitly). This case cannot be detected during HAProxy startup. So in such cases, the cache is disabled. The patch must be backported to 1.9.