Opened 9 years ago
Closed 9 years ago
#14178 closed defect (invalid)
Deferred cancellers not getting called w/ XHR timeout
Reported by: | jameyg | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Core | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
xhr "timeout" calls Deferred.cancel() after Deferred.errback() which prevents cancellers from being called since the deferred is "finished".
In io.script, this also prevents the script tag from being removed from the DOM.
Note: See
TracTickets for help on using
tickets.
Please reject this ticket...i got lost in the inflight check and misread a sequence.