hugo/content/post/039.本站已接入-HTTP3-QUIC/本站已接入-HTTP3-QUIC.md
2024-08-06 15:36:49 +08:00

29 lines
942 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "本站已接入 HTTP3/QUIC"
categories: [ "前沿技术探索" ]
tags: [ "http3" ]
draft: false
slug: "http3-enabled"
date: "2021-03-14 12:32:00"
---
在去年的时候本站正式接入了TLS1.3使得TLS握手更快从而加快体验。
2020年10月Google 正式宣布 Chrome 将支持 HTTP3
在最2021年的网站升级中本站正式支持了 HTTP3。
Chrome 启用 HTTP3 方法在chrome地址栏输入`chrome://flags`,搜索`Experimental QUIC protocol`
如下图,将 `default` 改为 `enable` 即可。
![Chrome 开启 QUIC 设置](https://cdn.taurusxin.com/hugo/2024/08/06/chrome.png)
多刷新几次页面后,就可以看到浏览器已经使用 h3 协议进行数据传输了。
![博客启用 HTTP/3](https://cdn.taurusxin.com/hugo/2024/08/06/blog-http3.png)
#### 后言
因为国内运营商对于UDP支持欠佳所以目前 HTTP/3 只是在实践过程中,期待以后的表现。