[deleted]
Technically SPDY is an application layer protocol, but you shouldn't need to change your existing HTTP application to enable it.
11–20 of 21 posts
[deleted]
Technically SPDY is an application layer protocol, but you shouldn't need to change your existing HTTP application to enable it.
One of the Google chaps said that SPDY required SNI when it was originally announced, so I was hopeful for a while.
I presume that it doesn't support SNI (for SSL vhosts) as the underlying JVM doesn't support it for servers? (I couldn't see anything in the docs, and it says it uses the JVM's SSL support underneath.) One of the Google chaps said that SPDY required SNI when it was originally announced, so I was hopeful for a while.
Earlier quoted context omitted.
I believe Firefox + Chrome easily qualifies as "wide browser support." IE is really the only one left now.
Uhh, Safari? Safari is the number one browser on one of my (non-technical) websites, primarily because of mobile traffic (iPhone and iPad).
I presume that it doesn't support SNI (for SSL vhosts) as the underlying JVM doesn't support it for servers? (I couldn't see anything in the docs, and it says it uses the JVM's SSL support underneath.) One of the Google chaps said that SPDY required SNI when it was originally announced, so I was hopeful for a while.
Server Name Indication was added in Java 7, so I would expect that Netty supports it too, assuming you're running the latest version of the Java runtime.
[deleted]
Surely you just need your webserver to support the protocol. I don't think most apps will directly speak SPDY.
it works with chrome which is quite nice to see.