On Thu, Mar 24, 2011 at 6:03 PM, Willy Tarreau <[email protected]> wrote: > Hi Ben, > > I'm sure you hit the issue that David has fixed a few days ago. > In short, due to a parsing issue on the server address, haproxy > is reconnecting to IP 0.0.0.0 on the target port. IP 0.0.0.0 is > any IP, and the system connects to whatever IP it is listening > on. Thus you have a loop.
Great, thanks Willy. I must have missed that one on the list. > I merged the fix into the git tree, it is in the 20110324 snapshot > if you want to give it a try again. > > I need to quickly release an 1.5-dev5 with this fix, but as I have > found another very minor one, I'd like to see if I can fix it too > before the release. I will give it a try!

