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

Re: Microsoft Edge 408

$
0
0
On Thu, Sep 24, 2015 at 09:34:02PM +0200, Dennis Jacobfeuerborn wrote:
> 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.

I suspect they've implemented this horrible pre-connect feature
that firefox and chrome have done as well.

You can add "option http-ignore-probes" to make them disappear.
HAProxy will then silently close connection which time out while
waiting for a request. However keep in mind that it can also hide
some real network issues (eg: MTU issues during POST or things
like this). But since broken brothers are much more common than
broken VPNs these days, most people will probably prefer to hide
these errors anyway.

Regards,
Willy

Viewing all articles
Browse latest Browse all 11674

Trending Articles