rrva
12/27/2019, 5:10 PMio.ktor.client.features.cache.HttpCache
to serve stale content if origin responds with 503. One idea was to create my own implementation of io.ktor.client.features.cache.storage.HttpCacheStorage
Any ideas how? Basically overriding HttpCacheEntry.shouldValidate()
but all these classes seem internal