On Wed, Jun 04, 2014 at 04:49:53PM +0200, Kevin Maziere wrote:
> > Anyway, from the various reports we get, it seems like sending an empty
> > 408 message is enough to workaround this abnormal Chrome behaviour. For
> > this you can proceed like this :
> >
> >      errorfile 408 /dev/null
> >
> > After days of tests it appears that 408 error page are still appening, but
> less frequently.
> I don't know how but I can see them on my logs and on my browser.

In the logs it's perfectly normal as haproxy reports what has been done,
but in the browser, it's really not possible since the error message was
replaced with the contents of /dev/null. What might happen is either that
some requests go to another haproxy or another server which still emits
the error, or that such errors were abusively cached by the client which
reports them on closed connection.

Regards,
Willy


Reply via email to