`if (response.body.length ?: Long.MAX_VALUE < t...
# announcements
d
if (response.body.length ?: Long.MAX_VALUE < threshold.byteLength) return response
would work, though not that proud of it