Support for SPDY protocol from Android browser?

I wonder if the Android browser supports the new Google SPDY protocol? I can find SPDY comments from Android Chromium source codes, but I'm not sure if it is fully implemented.

If it is on, I want to compare the normal performance of HTTP and SPDY with a Smart Phone.

+3
source share
3 answers

Chrome for Android supports SPDY.

Amazon Silk also uses SPDY, but the connection itself is proxied through Amazon SPDY servers, so there’s a slightly different use case.

+2
source

Android Browser, since Honeycomb supports SPDY / 2.

+2
source

All Articles