【发布时间】:2013-05-09 13:14:00
【问题描述】:
我是 SPDY 的新手,在此之前曾研究过 HTTP。我知道我们可以使用chrome://net-internals/#events&q=type:SPDY_SESSION%20is:active URL 在 chrome 上查看 SPDY 的详细信息。
为了运行一些测试用例,我试图禁用强制 SSL over SPDY 的选项。
即,
SPDY Enabled: true
Use Alternate Protocol: true
Force SPDY Always: false
Force SPDY Over SSL: true
Next Protocols: http/1.1,spdy/2,spdy/3
想要将“Force SPDY Over SSL”更改为 false。
但是,当我使用 --use-spdy=no-ssl 参数从命令行启动 chrome 时,它仍然显示“Force SPDY Over SSL”为真。
请指导我真正出错的地方。
提前致谢。 :)
【问题讨论】: