How to disable SPDY in Google Chrome

2019-02-12 04:55发布

I'd like to know how to disable automatically using SPDY protocol in Google Chrome. I need to make some IDS related tests and for that purpose I'd like to temporarily access Twitter or Google using HTTP SSL and not SPDY.

Is there even an option to disable it in Chrome? I couldn't find anything on Google.

Regards!

4条回答
趁早两清
2楼-- · 2019-02-12 05:20

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

and disable spdy there and relaunch chrome.

查看更多
冷血范
3楼-- · 2019-02-12 05:22

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

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

查看更多
虎瘦雄心在
4楼-- · 2019-02-12 05:35

disable Experimental QUIC protocol.

chrome ver 45.0.2454.93

查看更多
Fickle 薄情
5楼-- · 2019-02-12 05:37
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"DisableSpdy"=dword:00000001
查看更多
登录 后发表回答