Hi,
> I have a strange and reproducible problem with Chrome and an html5 > video player. The video starts playing and after 15-20 secods it stops > with this error > > Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH > > The same video plays perfectly on safari and firefox, windows and mac > (don't have a linux box around to test it). > > One solution I found is to set the client timeout really high, but I > don't think this is the best solution. Could be related to this Chrome bug: https://code.google.com/p/chromium/issues/detail?id=377581 can you try the workaround in haproxy: errorfile 408 /dev/null Regards, Lukas