I have a weird problem with HttpClient Logging fea...
# ktor
s
I have a weird problem with HttpClient Logging feature, if I use body logging with call pipeline receive<InputStream> and then streaming the response into Jackson object mapper, the logger freezes at BODY START indefinitely. Is it a bug?
r
Could you provide a Gist to the code you are writing?
if I don’t install logging, it works just fine
e
Hi @Sergey Bondari, could you file an issue? It looks like we should investigate that case.
👍 1
s
caused by Content-Encoding: chunked