[Bug 27033] XHR request termination doesn't terminate queued tasks

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27033

--- Comment #16 from Anne <annevk@annevk.nl> ---
No, so per the specification timeout can no longer happen at that point, as you
reached the point where you have received headers. The same is true for network
error. If the network drops at that point, only Content-Length can tell you did
not really get the full response, but we don't turn that into an error for the
purposes of XMLHttpRequest.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 20 October 2014 17:18:09 UTC