commit | 99a17a2d91f9044ea20bba6617048488aed80555 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Dec 11 09:18:27 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 11 17:09:31 2018 +0100 |
tree | c4bef829275035fa5cad4725a9059158d971676f | |
parent | afd819c54a1151f748143ec9db6817d61072bdf5 [diff] |
MEDIUM: cache: Require an explicit filter declaration if other filters are used As for the compression filter, the cache filter must be explicitly declared (using the filter keyword) if other filters than cache are used. It is mandatory to explicitly define the filters order. Documentation has been updated accordingly.