Tomcat 7.0.47, OSX 10.8. Fresh install via homebrew. I'm running a web app with Tomcat that is returning the header "Transfer-Encoding: chunked" and seemingly exactly one 16384-byte chunk of content that is longer than that. Consequently the page that should be transferred is not rendered by the user agent (Chrome in this case). AFAICT it's Tomcat that isn't sending all the chunks properly. Why might it not be doing that? What else might be the problem?
-- C. Benson Manica cbman...@gmail.com