<@U1V64KSDP> if my google-fu is not failing on me,...
# ktor
o
@avolkmann if my google-fu is not failing on me, the problem occurs when server sends a response where both
Transfer-Encoding: chunked
and
Content-Length
are present. That’s a bit weird, but indeed could be a problem with Netty since recent optimizations touched chunked encoding. Can you confirm (or deny) this is the case?