any way to disable SPDY and/or HTTP2?
-
slorh last edited by
I have a need to run some tests with browser forced to use HTTP/1.1, or just SPDY. Anyway to configure this on recent Opera builds? Opera 44 for Windows doesn't seem to have it, though there is a mention in these forums about an older version having an option.
Thanks
-
burnout426 Volunteer last edited by
You can try passing:
--disable-http2 --use-spdy=off
to Opera's launcher.exe. The second one might not be needed anymore though.
Make sure all opera processes in the task manager are closed first.