Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到 OkHttp 在 Android 5.0+ 中通过 ALPN 支持 h2。
从一些文章中,我了解到我们可以使用 NPN 协商来处理 http/2 请求。
我可以通过 NPN 协商使用 OkHttp 发送 http/2 请求吗?
这样就可以在 android 4.1+ 上以更好的网络性能支持 h2 :-D
我们放弃了 NPN 支持。ALPN 是未来。