<@U092308M7> i simply wrapped the stream in an obj...
# ktor
t
@orangy i simply wrapped the stream in an object with a
private val cachedBytes: ByteArray = super.getInputStream().readBytes()
, is that not good enough?