Hi,

I also notice in the code we are doing this:

var req:URLRequest = new URLRequest(url);
//Wait for 5 minutes before aborting download attempt.  Adobe download sites as 
well as some Apache mirrors are extremely slow.
req.idleTimeout = 300000;

Which may not work correctly acording to this:
http://stackoverflow.com/questions/8820715/flex-httpservice-times-out-anyway

(ie first timeout works, but  possibly second+ fail?)

Anyone know any more info? this may explain the excess number of 2023 errors.

Thanks,
Justin

Reply via email to