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.

Willy


Reply via email to