Tagged Questions

0
votes
2answers
144 views

ResponseStream re-read after read timeout

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 ...