Live data from Hacker News

Google Chrome replaces HTTP with SPDY for some Google websites

blog.alertfox.com

1–10 of 22 posts

Re: Google Chrome replaces HTTP with SPDY for some Google websites

#6
post #4
post #3

Am I the only one who is constantly getting SPDY protocol errors with Chrome?

What does a SPDY protocol error look like? I don't think I have encountered one yet. Is there any way a user can tell a SPDY and a HTTP error apart?

Here's one I got a minute ago when trying to switch my google docs account.

http://i.imgur.com/9ZMiK.png

I reported the bug. I like that Google is trying to innovate here and will keep using Chrome.

Re: Google Chrome replaces HTTP with SPDY for some Google websites

#7
I think SPDY is a big step forward, but Chrome only supports it when TLS NPN is used (which requires the server to use a patched version of OpenSSL, and is impossible with SChannel).

If SPDY is to be adopted on a large scale, things like the Connection: Upgrade header should at least be supported as an alternative to NPN.

Re: Google Chrome replaces HTTP with SPDY for some Google websites

#8

I Googled but didn't find anything about SPDY with slow or unreliable connections. I wonder if it also speeds that up, or if it might actually make things worse?

Which part of SPDY do you think might make it perform worse than HTTP over slow or unreliable connections? I can think only of TLS, and such SPDY documentation as I have seen claims that the latency drawbacks of using TLS are outweighed by other features of SPDY.

Re: Google Chrome replaces HTTP with SPDY for some Google websites

#9
post #6
post #4

Earlier quoted context omitted.

What does a SPDY protocol error look like? I don't think I have encountered one yet. Is there any way a user can tell a SPDY and a HTTP error apart?

Here's one I got a minute ago when trying to switch my google docs account. http://i.imgur.com/9ZMiK.png I reported the bug. I like that Google is trying to innovate here and will keep using Chrome.

Run Wireshark to try and find out what's going on on the wire.
Post reply on HN