Opened 14 years ago
Closed 14 years ago
#3509 closed defect (fixed)
timeout not working dojo.io.script.get() timeout doesn't work
Reported by: | Dustin Machi | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | IO | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Timeout setting fails to do cancel/timeout a request. Test file at http://dojotoolkit.org/~dmachi/test_timeout.html
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | → 0.9beta |
---|---|
Owner: | changed from alex to James Burke |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [9271]) Fixes #3509. Timeout path in general for io operations fixed, and specific issues in dojo.io.script were addressed. Thanks to dmachi for the timeout test file.