awsderty
火狐狸
火狐狸
  • UID48006
  • 注册日期2014-11-26
  • 最后登录2017-10-30
  • 发帖数135
  • 经验123枚
  • 威望0点
  • 贡献值60点
  • 好评度3点
  • 社区居民
阅读:1492回复:2

請問一下SPDY參數問題

楼主#
更多 发布于:2016-04-17 14:14
請問一下關閉network.http.spdy.enabled;false跟network.http.spdy.enabled.v3-1;false開啟network.http.spdy.enabled.http2;true會有引響嗎?
aaaa007cn
千年狐狸
千年狐狸
  • UID23968
  • 注册日期2008-05-03
  • 最后登录2022-03-07
  • 发帖数1924
  • 经验1138枚
  • 威望1点
  • 贡献值232点
  • 好评度164点
1楼#
发布于:2016-04-17 14:50
https://http2.golang.org/
network.http.spdy.enabled true + network.http.spdy.enabled.http2 true → http/2
network.http.spdy.enabled false + network.http.spdy.enabled.http2 true → not http/2

从相关代码看
http2 依赖 spdy

https://mxr.mozilla.org/mozilla-central/source/netwerk/protocol/http/ASpdySession.cpp#80
spdy.enabled.v3-1 与 spdy.enabled.http2 互斥
awsderty
火狐狸
火狐狸
  • UID48006
  • 注册日期2014-11-26
  • 最后登录2017-10-30
  • 发帖数135
  • 经验123枚
  • 威望0点
  • 贡献值60点
  • 好评度3点
  • 社区居民
2楼#
发布于:2016-04-17 15:14
aaaa007cn:https://http2.golang.org/
network.http.spdy.enabled true + network.http.spdy.enabled.http2 true → http/2
network.http.sp...
回到原帖
我目前只開啟network.http.spdy.enabled.http2其他都關掉.......
游客

返回顶部