In cases where users with slow networks start a download but quickly press pause and then resume, there will be not enough time for bytes to be copied, but the stream in [download.response] will be closed, and when the user will retry we will try to use [download.response] over and over with a closed stream as a result the download will failed every time, we have to fallback to httpClient
In cases where users with slow networks start a download but quickly press pause and then resume, there will be not enough time for bytes to be copied, but the stream in [download.response] will be closed, and when the user will retry we will try to use [download.response] over and over with a closed stream as a result the download will failed every time, we have to fallback to httpClient
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: