Join Slack
Powered by
Hey Everyone :wave: How are the existing apps usin...
# multiplatform
d
Dhruv Singh
05/19/2025, 5:08 AM
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
ephemient
05/19/2025, 5:55 AM
I'd imagine the okhttp perspective
https://github.com/square/okhttp/issues/907#issuecomment-1565995365
is similar to ktor
ephemient
05/19/2025, 6:01 AM
there's basically shit support for QUIC in OpenSSL
https://www.haproxy.com/blog/state-of-ssl-stacks
ephemient
05/19/2025, 6:03 AM
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
ephemient
05/19/2025, 6:03 AM
maybe the situation will improve someday… but I wouldn't count on it anytime soon
6
Views
Open in Slack
Previous
Next