1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2025-01-08 19:38:58 +01:00
SKCraft-Launcher/launcher
Henry Le Grys f23d387609 Fix bad logic surrounding download resuming
An oversight in the implementation of partial download resumption led
to cross-contamination in the presence of multiple request URLs, where
an `Accept-Ranges` header from one server would cause a `Range` header
to be supplied to the next. Compounded with a bad ternary expression
in `HttpRequest` which couldn't handle non-200 success codes, this
was causing cryptic "Stream closed" errors on library downloads.
2021-03-31 22:22:00 +01:00
..
src/main Fix bad logic surrounding download resuming 2021-03-31 22:22:00 +01:00
build.gradle Update Gradle & plugins to support Java 9+ better 2021-02-05 04:05:48 +00:00
lombok.config Update Gradle & plugins to support Java 9+ better 2021-02-05 04:05:48 +00:00