MEDIUM: cache: Require an explicit filter declaration if other filters are used
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 11 Dec 2018 08:18:27 +0000 (09:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 16:09:31 +0000 (17:09 +0100)
commit99a17a2d91f9044ea20bba6617048488aed80555
treec4bef829275035fa5cad4725a9059158d971676f
parentafd819c54a1151f748143ec9db6817d61072bdf5
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.
doc/configuration.txt
src/cache.c