TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

HTTP 2.0 Draft – SPDY Protocol

68 pointsby ejpastorinoover 12 years ago

9 comments

beatgammitover 12 years ago
FWIW, Opera 12.1 and Firefox 15+ support SPDY, so it's not a Google-only protocol. The only major browsers left are Safari and IE, which are both slow at adopting new tech.<p>Source:<p><a href="http://caniuse.com/#search=spdy" rel="nofollow">http://caniuse.com/#search=spdy</a>
cryptbeover 12 years ago
I'm so surprised that the security consideration section has no reference to CRIME [1], which has made Google and Mozilla to turn off SPDY's header compression in Chrome and Firefox.<p>[1] <a href="https://docs.google.com/presentation/d/11eBmGiHbYcHR9gL5nDyZChu_-lCa2GizeuOfaLU2HOU/present#slide=id.g1d134dff_1_100" rel="nofollow">https://docs.google.com/presentation/d/11eBmGiHbYcHR9gL5nDyZ...</a>
评论 #4852373 未加载
ck2over 12 years ago
<a href="http://www.guypo.com/technical/not-as-spdy-as-you-thought/" rel="nofollow">http://www.guypo.com/technical/not-as-spdy-as-you-thought/</a><p><i>The results show SPDY, on average, is only about 4.5% faster than plain HTTPS, and is in fact about 3.4% slower than unencrypted HTTP. This means SPDY doesn’t make a material difference for page load times, and more specifically does not offset the price of switching to SSL.</i>
评论 #4851653 未加载
评论 #4851646 未加载
评论 #4851661 未加载
评论 #4852589 未加载
fourstarover 12 years ago
If you're using Chrome, type this into your address bar:<p>chrome://net-internals/#spdy
评论 #4851934 未加载
scott_karanaover 12 years ago
While I appreciate SPDY, what's the point of a draft if adoption is so far not widespread?<p>Google's documentation seemed quite sufficient to implement, and until we have a proper reference implementation, this seems a little half-cocked.<p>Maybe I misunderstand the point of the IETF draft?
评论 #4852771 未加载
jimktrains2over 12 years ago
I guess this is my naïveté showing:<p>1) What is the advantage of SPDY over HTTP/1.1? (Besides a possible (and debated?) speed up? (Due to sending assets w/o a request for them?))<p>2) Is it as easy to debug with tools like curl, wget, and telnet?
评论 #4854202 未加载
jaequeryover 12 years ago
there should be a disclaimer that you will only see performance gains if you make a lot of HTTP connections on your site. people expect some magic happening once they install SPDY, which is just not the case. but if your site is heavily on SSL, then you have nothing to lose by installing SPDY, but not much to gain either.
mtgxover 12 years ago
Is the SPDY protocol done? Have they submitted it for the HTTP 2.0 standard, or will it remain separate?
评论 #4851869 未加载
jaytaylorover 12 years ago
Bring it. We're eagerly waiting for Heroku to release SPDY compatibility.