How to disable SPDY in Google Chrome

后端 未结 4 1339
北荒
北荒 2021-01-04 03:56

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 acce

相关标签:
4条回答
  • 2021-01-04 04:15
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
    "DisableSpdy"=dword:00000001
    
    0 讨论(0)
  • 2021-01-04 04:18

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

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

    0 讨论(0)
  • 2021-01-04 04:35

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

    and disable spdy there and relaunch chrome.

    0 讨论(0)
  • 2021-01-04 04:35

    disable Experimental QUIC protocol.

    chrome ver 45.0.2454.93

    0 讨论(0)
提交回复
热议问题