阅读:1646回复:2
請問一下SPDY參數問題
請問一下關閉network.http.spdy.enabled;false跟network.http.spdy.enabled.v3-1;false開啟network.http.spdy.enabled.http2;true會有引響嗎?
|
|
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 互斥 |
|
|
2楼#
发布于:2016-04-17 15:14
|
|