I have a family member selection control inside an update panel. When I click one of the family member tabs the update panel does a partial postback and causes other update panels on the page to do a partial postback as well.
My problem is that in IE10, when I click several consecutive family member tabs, I eventually get an alret from Fiddler that the content length is zero, unlike the one reported by the header of the response. This does not happen in Chrome or FF and happens much less often locally, where the response of the server is much quicker.
I imagine this has to do with how IE10 vs. Webkit handles canceled requests, but I have no idea what to do about it.
I searched Google a while, but I might not have the right terminology to find the answer I'm looking for.
Has anyone seen this behavior?