Hi Michael, On Fri, Jun 15, 2012 at 03:21:32PM +1000, Michael Kearey wrote: > On Thu, Jun 14, 2012 at 5:11 PM, Willy Tarreau <[email protected]> wrote: > > > Hi Michael, > > > > snipped > > > > Thank you for your bug report and for digging into this. I'll try to > > reproduce (I hope today but not sure, I'm busy all the day), and will > > keep you informed. > > > > Best regards, > > Willy > > > > > > Thanks for the prompt reply. I just realised my report was inaccurate, the > gpc counter does increment, but no TCP dropping or rejecting occurs !!.
OK I found it. You pointed to the right commit BTW ! This commit introduced an "unresolved" flag which is used for delayed argument resolving. But for ACLs which use an implicit argument pointing to the local proxy, this flag was not set, causing the argument to never be resolved. I just pushed the fix to the git repo and credited you for the report. You can download the fix here : http://git.1wt.eu/web?p=haproxy.git;a=commit;h=e3a46111 Thanks, Willy

