Hi,
> HTTP/1.1 200 OK > Date: Mon, 30 Dec 2013 05:40:02 GMT > XXXXXXXXXXXXXXXXXXXXXXXXX > MicrosoftOfficeWebServer: 5.0_Pub > XXXXXXXXXXXXXXXXXXXXX > XXXXXXXXXXXXXXXXXXXXXXXXXXX > > Cache-Control: private > Content-Type: text/html; charset=utf-8 > Content-Length: 73803 > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" If this really is the response as is, then I'm not wondering that its not passing through haproxy. Not only are the headers totally invalid, a HTTP user-agent or proxy would parse everything starting with Cache-Control as payload. Get your backend fixed, really. Very likely your $vendor already has a fix for this (this is so bogus, a browser doesn't even see the Content-Length and thus cannot do any keep-alive). Regards, Lukas

