Hello,
outstanding work everyone! I hope to play with those features soon. Just upgrading the binary from -dev3 to -rc1 however broke my setup: Turns out that the new object caching code breaks when another filter (compression) is already enabled (at config parsing stage) - even when object caching is not enabled itself: lukas@dev:~/haproxy$ cat ../haproxy.cfg defaults timeout connect 5000 timeout client 50000 timeout server 50000 compression algo gzip frontend http_in bind :80 default_backend bk_testbk backend bk_testbk mode http server server1 10.0.0.1:80 lukas@dev:~/haproxy$ ./haproxy -f ../haproxy.cfg [ALERT] 304/203750 (6995) : Proxy 'http_in': unable to find the cache '(null)' referenced by the filter 'cache'. [ALERT] 304/203750 (6995) : Proxy 'bk_testbk': unable to find the cache '(null)' referenced by the filter 'cache'. [ALERT] 304/203750 (6995) : Fatal errors found in configuration. lukas@dev:~/haproxy$ Now I'm going to disable compression and try the fun stuff :) cheers, lukas

