However, occasionally I still receive the message “Host not found.” This error never times out. I have read this-discussion on the issue but do not understand arturoc’s comment:
there’s actually a timeout, if not the connection will last forever, when the timeout is triggered if the response is asynchronous the status should be -1 indicating that the server is not available, you can catch that response in the newResponse event and remove the request from the queue using ofRemoveURLRequest(response.request.id) if you want or just let the class keep retrying till the connection is available again.
Can anyone give me more information on setting up this timeout?