Hi Simon, On Tue, Apr 15, 2014 at 04:22:35PM +0800, k simon wrote: > Hi,List, > I got a 1.5 dev22 issue on freebsd 10-stable. It reported like below, > it's generate about 2-3 errors per minute when using "http-keep-alive" > ,it's about 5-8 errors per minute with "http-server-close". I tried use > "source ip:port1-port2" in "server" section, but nothing helped. Then I > stop it,compiled haproxy 1.4-25 and execute it, the error messages > disappears. Is it a version 1.5 bug ?
I suspect this is caused by the health check bug which doesn't immediately close the connections in raw TCP mode, and which probably marks them in TIME_WAIT state, preventing you from reusing these ports. Please check with latest snapshot if it goes away. Willy

