Opened 14 years ago
Closed 14 years ago
#3663 closed defect (fixed)
dojo.xhr: make sure xhr.abort() is called in the timeout case
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
abort is called in the canceller function, so maybe just call dfd.cancel when in the timeout? Check the effect on other io transports.
Note: See
TracTickets for help on using
tickets.
Looks like cancel is already called, and abort is called in the canceller function.