mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-24 12:34:06 +01:00
* fix: Do not return `inputStream` from conversion The returned value must be owned, since the caller closes the input stream on success * fix: Assume a conversion error consumes the input stream e.g. converting an ARGB png to jpeg will throw "bogus colorspace", but only after the inputstream is consumed. so in case of an exception, we have to assume that the stream is broken and re-open the page from cache