I am wondering when I read a response stream and a timeout occurs, can I retry the read? Or do I have to make a new request? The server that I am downloading from does not support resuming, so I need to protect against timeouts.
|
feedback
|
|
How do you know that the server doesn't accept resumes? Is the If the server indeed doesn't support it, then best what you can try is to inform the server that you want to keep the connection alive using Hope this helps. | |||
|
feedback
|