How to disable SPDY in Google Chrome

二次信任 提交于 2019-11-30 17:42:22

Well, you just need to run chrome with SPDY support disabled, that's all! Like this:

"...\chrome.exe" --use-spdy=off

you can check all the setting by going to chrome://flags/

and disable spdy there and relaunch chrome.

Rob
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"DisableSpdy"=dword:00000001

disable Experimental QUIC protocol.

chrome ver 45.0.2454.93

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!