from Hacker News

HTTP 2.0 Draft – SPDY Protocol

by ejpastorino on 11/30/12, 1:28 AM with 27 comments

  • by beatgammit on 11/30/12, 4:43 AM

    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.

    Source:

    http://caniuse.com/#search=spdy

  • by cryptbe on 11/30/12, 5:45 AM

    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.

    [1] https://docs.google.com/presentation/d/11eBmGiHbYcHR9gL5nDyZ...

  • by ck2 on 11/30/12, 2:23 AM

    http://www.guypo.com/technical/not-as-spdy-as-you-thought/

    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.

  • by fourstar on 11/30/12, 2:24 AM

    If you're using Chrome, type this into your address bar:

    chrome://net-internals/#spdy

  • by scott_karana on 11/30/12, 7:51 AM

    While I appreciate SPDY, what's the point of a draft if adoption is so far not widespread?

    Google's documentation seemed quite sufficient to implement, and until we have a proper reference implementation, this seems a little half-cocked.

    Maybe I misunderstand the point of the IETF draft?

  • by jimktrains2 on 11/30/12, 3:32 PM

    I guess this is my naïveté showing:

    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?))

    2) Is it as easy to debug with tools like curl, wget, and telnet?

  • by jaequery on 11/30/12, 5:48 AM

    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.
  • by mtgx on 11/30/12, 3:44 AM

    Is the SPDY protocol done? Have they submitted it for the HTTP 2.0 standard, or will it remain separate?
  • by jaytaylor on 11/30/12, 5:01 AM

    Bring it. We're eagerly waiting for Heroku to release SPDY compatibility.