I've got a URL loader class loading some XML for me. I was testing the error handling to see what happens if the internet connection is not working (I disabled my network connection).
When I tried to load the XML no events for the URL Loader fired at all and I was left waiting for the XML to load but nothing happened at all. Surely the ioError event should fire in this case? I waited about 2 minutes. perhaps this isn't long enough for it to time out?

