Hi, is there any way to use the Ktor CIO Http Engine with Unix sockets? I’m trying to make a custom Http Engine but it seems very inefficient to do so because the only apparent difference is using UnixSocketAddress over InetSocketAddress… It doesn’t seem like I can configure CIO to use a Unix address but maybe I’m mistaken. I’d appreciate any help!
👀 1
a
Aleksei Tirman [JB]
04/18/2024, 6:53 AM
So, do you want to use Unix Domain sockets instead of TCP/IP sockets as the transport?
a
Ali Kay
04/18/2024, 3:30 PM
yes that is correct
a
Aleksei Tirman [JB]
04/18/2024, 6:37 PM
Unfortunately, that's not possible with the current implementation of the CIO engine.