On Wed, Jun 11, 2014 at 12:34:26PM +0200, Willy Tarreau wrote:
> On Wed, Jun 11, 2014 at 10:31:27AM +0200, Willy Tarreau wrote:
> > I'll try here, I suspect it's easy to reproduce with simply the 3 basic
> > timeouts and a single server in HTTP mode.
> 
> OK I just reproduced the issue with this config :
> 
>    listen foo
>         mode http
>         timeout client 3s
>         timeout server 3s
>         timeout connect 10s
>         bind :8080
>         server s1 127.0.0.1:8000
> 
> It does not bug if I use a redirect instead of a server however. Now
> trying to find the cause.

OK I found it. It was indeed another side effect of the CD/SD patch :-(
I've pushed the fix which reliably works for me, it's available here :

   http://git.haproxy.org/?p=haproxy.git;a=commitdiff_plain;h=77d29029af1

Could any of you please confirm that it's OK as well ?

Thanks,
Willy


Reply via email to