I want to test SPDY's
bandwidth and response time over 3G / 4G and Wi-Fi through the ADB extension.
I tried echoing "chrome --use-off" > /data/local/tmp/content-shell-command-line'
on ADB
. However, when I checked, SPDY is still enabled in my browser. Can anyone would you provide me a solution on how to disable SPDY on mobile devices?
Also, I understand that I can disable SPDY
on Apache
, but I want to see if I can disable SPDY on my mobile phone or not.
source share