I'm seeing this issue.
I have a relatively simple ASP.NET page with a gridview and some buttons. When I click a button, the page re-binds the grid and posts back.
What's strange is that every other time I click the refresh button, the IE progress bar (in the status area) stays "on", signaling that the user that the page is still loading...forever.
I've reproduced this on other pages--it seems to occur every time a post-back occurs.
Confirmed in IE7 and IE8, but doesn't happen in FF3.5.
Any ideas?
Update 1:
This appears to happen only when the server is configured for HTTP Compression.
In either case (compressed or not), fiddler shows just a single request which is served successfully. But, when compression is enabled, I get the problematic behavior.