Unfortunately persistence didn't help. I turned off gzip compression, and enabled request tracing. What I found (I don't have the exact #s but it's something along these lines): - Header is returned back saying content length of 100KB - Looking at the request trace, there are only about 60KB worth of TCPClientWrites So it looks like it's getting a header saying content length is a certain value.. but only a portion of the content is returning back. So that's probably where the 'hang' is coming from.. the browser is waiting for the rest, which never happens. Any ideas why the remainder of this content would not be served up?
... View more