Hi Igor, On Tue, Dec 10, 2013 at 03:14:37AM +0800, Igor wrote: > Hi, after upgraded to haproxy-ss-20131207, haproxy failed to start due > to the errors: > > [ALERT] 343/024837 (19081) : parsing [/etc/haproxy/conf.conf:15] : > error detected while parsing a 'rspideny' condition : missing args for > fetch method 'table_cnt' in sample expression 'table_cnt'. (...)
OK found and fixed in latest git, will be in the next snapshot in 3 hours, sorry about that. It came with the recent changes to support the converters in the ACL expressions. Sample fetch expressions did not support having no argument for implicit ones, which was a bug considering that it was documented as being OK, but never used/known in fact. However it was clearly supported by ACLs. So now it's supported by both, matching the doc and making the behaviour consistent. I've also added some non-reg test files so that you won't always have to be the one who reports the latest regressions :-) Thanks, Willy

