zoukankan      html  css  js  c++  java
  • chrome quic

    Chrome浏览器启用quic
    1.启用quic: chrome://flags/#enable-quic
    
    2.检查quic:
    
    chrome://net-internals/#quic
    
    安装 http2-and-spdy-indicator 浏览器插件

    Google has support for the QUIC protocol in the Chrome browser, but it’s only enabled for their own websites by default. You can enable it for use on other domains too – assuming the webserver supports it. At this time, it’s a setting you need to explicitly enable.

    To start, open a new tab and go to chrome://flags/. Find the Experimental QUIC protocol and change the setting to Enabled. After the change, restart Chrome.

    chrome_quic_support_setting

    To find out of QUIC is enabled in your Chrome in the first place, go to chrome://net-internals/#quic.

    In my case, it was disabled (which is the “default” value).

    chrome_quic_internals_enabled

    After changing the setting to enable QUIC support and restarting Chrome, the results were much better.

    chrome_quic_internals_status_enabled

    On the same page, you can also get a live list of which sessions are using the QUIC protocol. If it’s enabled, it’ll probably only be Google services for now.

    chrome_quic_internals_sessions

    I’m working on a blogpost to explain the QUIC protocol and how it compares to HTTP/2, so stay tuned for more QUIC updates!

  • 相关阅读:
    ASP.NET Core 中的配置
    依赖注入简介
    Authoriztion Code Flow
    建立IdentityServer项目
    OAuth2 OpenID Connect概述
    Asp.Net Core 项目运行部署到发布
    javascript Template tmpl
    webform ajax 异步请求
    hosts 文件
    webform 使用富文本编辑器
  • 原文地址:https://www.cnblogs.com/dream397/p/14582205.html
Copyright © 2011-2022 走看看