Hi, anyone has problems with the Ktor Http Client ...
# ktor
d
Hi, anyone has problems with the Ktor Http Client for Kotlin/Native? When instantiating a
HttpClient
compiled against iOS it crashes because the
Charset.ISO_8859_1
is not found. Kotlin 1.3.21, Ktor Client 1.1.2
e
@cy
d
into
HttpResponseConfig
please check this issue, I think is related: https://github.com/ktorio/ktor/issues/681
e
Probably we should support 8859_1 as default http charset
d
I see that the Ktor implementation treats 8859_1 as default charset, with a fallback on UTF8. I see that an illegal argument exception is thrown after a StringBuilder.toString(). Here’s the call stack:
Uh too long, I attach it as snippet in the channel
🙏 1