TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Analyzing top four flaws in HTTP/2.0 [pdf]

15 点作者 TheAuditor将近 9 年前

2 条评论

bsaul将近 9 年前
it&#x27;s a bit of a sidenote but after watching grpc documentation on one side and apple talks about http2 on the other, i&#x27;ve got the feeling that the &quot;streaming&quot; parts of http2 are seen very differently by the two companies.<p>on one side grpc stream are advertized as a websocket replacement, and on the other apple mentions that it&#x27;s just a better, drop in, replacement for http1 , with a few additional features such as server push. But that the model remains a request&#x2F;response one.<p>are we on the verge of experiencing implementation incompatibilities over this protocol ?
d0ugie将近 9 年前
Surprised worse performance over poor, flaky connections than http isn&#x27;t in the top four things worth trying to mitigate.