Ticket #2352 (closed defect: fixed)

Opened 22 months ago

Last modified 13 months ago

With IE XmlHttpRequest is not aborted on timeout

Reported by: antti@… Owned by: alex
Priority: normal Milestone: 1.0
Component: IO Version: 0.4.1
Severity: normal Keywords:
Cc:

Description

In the BrowserIO timeout code there is a check wether typeof tif.http.abort == "function" but in IE (at least version 6) typeof for the XHR abort returns "unknown". For this reason the abort() function is never called in IE when timeout occurs.

This is not critical since the user can abort the request in the timeout handler but it would be nice if the browsers acted in a similiar manner on this.

Change History

Changed 13 months ago by alex

  • status changed from new to assigned
  • milestone set to 1.0

Changed 13 months ago by alex

  • status changed from assigned to closed
  • resolution set to fixed

(In [10982]) fixes #2352

Note: See TracTickets for help on using tickets.