On Wed, May 21, 2014 at 11:24:22PM +0200, Bertrand Jacquin wrote: > Hi Adam, > > On 2014-05-21 21:45, Adam Bruehl wrote: > > > >I added the following to one of my front ends. > > > >acl abuse_users src -f /etc/haproxy/abuse_users.lst > > > >timeout http-request 5s if abuse_users > > Unfortunately, you cannot use any condition on 'timeout' keyword, they > are simply ignored. There have been another a similar topic lately on > this ML : > > http://marc.info/?l=haproxy&m=140058111320423&w=2
I've just made the timeout parser stricter to reject extra arguments so that people know that what they invent is not valid. Hopefully it will help them spot errors earlier. Willy

