Hi Igor,
On Sat, Jun 16, 2012 at 05:13:31PM +0800, Igor wrote:
> Hi,
>
> The configuration below works fine in dev8, but in
> haproxy-ss-20120607, it failed, alway return 502 error.
> Any idea?
>
> stick-table type ip size 3 expire 1ms nopurge store
> rspideny . if { table_cnt gt 3 }
> tcp-request connection track-sc1 srcThis bug is the same as reported yesterday, and is fixed in haproxy-ss-20120616. Alternatively, using table_cnt(backend_name) should solve the issue. Best regards, Willy

