I've got the situation that my ktor http client do...
# ktor
r
I've got the situation that my ktor http client doens't fall back onto ipv4 after the ipv6 connection just times out, is there a specific setting for that?
CIO doesn't seem to be implementing Happy Eyeballs correctly.
a
You can use the OkHttp engine instead because the underlying OkHttp client supports Happy Eyeballs since version 5.0. Feel free to open a feature request for implementing RFC 6555 for CIO.