Hey Everyone :wave: How are the existing apps usin...
# multiplatform
d
Hey Everyone 👋 How are the existing apps using HTTP-3/QUIC migrating network layer to KMP modules using KTOR? Following are the open threads: • Quic support in KTOR? • KTOR-7938: HTTP-3-Support • KTOR-6008 : Support-QUIC-protocol All the workarounds I went through are experimental.
e
I'd imagine the okhttp perspective https://github.com/square/okhttp/issues/907#issuecomment-1565995365 is similar to ktor
there's basically shit support for QUIC in OpenSSL https://www.haproxy.com/blog/state-of-ssl-stacks
and so the few major implementations of HTTP/3 are by the few entities that are actually able fund writing and supporting their whole own network stack https://httptoolkit.com/blog/http3-quic-open-source-support-nowhere/
😥 1
maybe the situation will improve someday… but I wouldn't count on it anytime soon