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?
reactormonk
10/10/2025, 4:23 PM
CIO doesn't seem to be implementing Happy Eyeballs correctly.
a
Aleksei Tirman [JB]
10/13/2025, 6:02 AM
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.