wabbajack/Wabbajack.Networking.Http
Luca 00faee48fe
Fixes for the resumable downloads feature (#2345)
* Fix handle of hashed file not closing

* Limit concurrent downloads to a maximum of 8

* Dynamically increase job size to avoid downloads appearing stalled

* Set downloader settings to avoid RAM and timeout issues

* Improve logging around downloads

* Adds more logging when starting stopping downloads
* Improves error message when GameFileSource download fails
* Stops logging errors when archive isn't available on WJ CDN

* Add retry mechanism to SingleThreadedDownloader

* Update CHANGELOG.md

* Remove hard limit for download threads

---------

Co-authored-by: UrbanCMC <UrbanCMC@web.de>
2023-06-27 08:16:03 -06:00
..
AChunkedBufferingStream.cs Lots of code cleanup 2022-10-07 14:41:45 -06:00
Extensions.cs New Features from External Contributors [Merged to Internal Test Branch so Tests can run!] (#2325) 2023-05-07 14:32:18 -06:00
HttpClientExtensions.cs Lots of code cleanup 2022-10-07 14:41:45 -06:00
HttpExtension.cs Make the proxy stream the initial result 2022-06-08 07:12:44 -06:00
ResumableDownloader.cs Fixes for the resumable downloads feature (#2345) 2023-06-27 08:16:03 -06:00
ServiceExtensions.cs Code cleanup and fix test running 2021-10-23 10:51:17 -06:00
SingleThreadedDownloader.cs Fixes for the resumable downloads feature (#2345) 2023-06-27 08:16:03 -06:00
Wabbajack.Networking.Http.csproj New Features from External Contributors [Merged to Internal Test Branch so Tests can run!] (#2325) 2023-05-07 14:32:18 -06:00