We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf54eb commit 04f8df4Copy full SHA for 04f8df4
docs/cs-basics/network/other-network-questions.md
@@ -57,7 +57,7 @@ tag:
57
### HTTP 基于 TCP 还是 UDP?
58
59
60
-**HTTP 协议是基于 TCP 协议的**,所以发送 HTTP 请求之前首先要建立 TCP 连接也就是要经历 3 次握手。
+**HTTP3.0之前基于TCP, HTTP3.0基于UDP**。HTTP3.0之前使用TCP协议,所以需要3次握手;HTTP3.0弃用TCP,改用基于UDP的QUIC协议。
61
62
### 使用 TCP 的协议有哪些?使用 UDP 的协议有哪些?
63
0 commit comments