I\'ve been getting this error when loading certain pages:
net::ERR_INCOMPLETE_CHUNKED_ENCODING
These pages don\'t do anything special and
At least for Java Web Application, and more specifically using JSPs, I have seen this happening when JSP are messed up. So, make sure your JSPs are correct.