AM-Downloader icon indicating copy to clipboard operation
AM-Downloader copied to clipboard

Retry on connection reset

Open trivalik opened this issue 1 year ago • 0 comments

I added condition for ConnectionReset, in case server closes the connection, that retry behavior could work. Additionally on request Range Accept, I validated the return code. Additionally removed the unused connCompletedCount.

In seperate commit I moved the async lambda method to own method, this gives better overview of the huge method.

trivalik avatar Dec 09 '24 21:12 trivalik