Raw response view doesn't show HTTP content if the content length header is wrong.
I was debugging a failing web request and it transpired that the HTTP response headers were corrupted, such that the content length field specified a length longer than the actual content.
Hence fiddller was waiting for that extra content, and, af...