Quantcast
Channel: Serverphorums.com - HAProxy
Viewing all articles
Browse latest Browse all 11674

Re: Microsoft Edge 408

$
0
0
On 24.09.2015 20:00, Sander Klein wrote:
> Hi,
>
> I have some clients that complain about getting 408 errors with
> Microsoft Edge. I haven't been able to catch such a request yet, but I
> am wondering if this is the same as the Google Chrome preconnect problem.
>
> Anyone by any chance got the same experience or any ideas on this?

What timeout values are you using specifically http-request and connect?
I had similar issues with IE with these settings:

timeout http-request 10s
timeout connect 10s

after changing that to:

timeout http-request 20s
timeout connect 10s

the issue disappeared.

Regards,
Dennis

Viewing all articles
Browse latest Browse all 11674

Trending Articles