From 467ccabb7ee32486cbb86d639a29c9bf9fadf255 Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Wed, 18 May 2016 06:56:58 +0530 Subject: [PATCH] browser: flag to disable HTTP/2 and SPDY/3.1 protocols --- docs/api/chrome-command-line-switches.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/chrome-command-line-switches.md b/docs/api/chrome-command-line-switches.md index 751d9295614f..628c33bb37bd 100644 --- a/docs/api/chrome-command-line-switches.md +++ b/docs/api/chrome-command-line-switches.md @@ -24,6 +24,10 @@ Ignore the connections limit for `domains` list separated by `,`. Disables the disk cache for HTTP requests. +## --disable-http2 + +Disable HTTP/2 and SPDY/3.1 protocols. + ## --remote-debugging-port=`port` Enables remote debugging over HTTP on the specified `port`.