【发布时间】:2017-07-15 02:48:36
【问题描述】:
我正在尝试调试 HTTP/1.1 和 HTTP/2 之间的差异。
是否有可能在 chrome 或 chromium 中禁用 HTTP/2?
我在 chrome 56 中找不到这个选项标志。我用 flag --disable-http2 尝试过 chromium 58:
./Chromium.app/Contents/MacOS/Chromium --disable-http2
但使用此标志后,内容仍使用 HTTP/2 协议传递:
【问题讨论】:
-
在使用此标志运行它之前,您是否已终止所有会话?实际运行时的 CLI 输出是什么
标签: google-chrome http chromium http2