Hello,

we started rolling out haproxy to production last week and everything seems to be working fine, except a few users are reporting seeing the "408 Request Time-out" error page.

I didn't manage to reproduce it yet, it mostly seems to be users on other continents.

My main problem is that these 408 don't show up in the haproxy log. Is that normal? Or are they reported with a different status code and a common termination flag?

My timeouts are set like this:

    timeout client            45s
    timeout server            45s
    timeout connect           5s
    timeout queue             10s
    timeout check             2s
    timeout http-request      5s
    timeout http-keep-alive   1s


thanks,
Florian

Reply via email to