SplitHTTP typo

This commit is contained in:
MisCusi2023 2024-09-03 09:31:23 -07:00 committed by GitHub
parent 76e4a6eba9
commit 541ee227b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ SplitHTTP 的HTTP请求中所发送的host默认值为空。若服务端值
### 服务端行为
默认情况下,客户端将会默认监听 TCP, 此时可以处理 http/1.1 和 h2 流量。
默认情况下,服务端将会默认监听 TCP, 此时可以处理 http/1.1 和 h2 流量。
当启用 TLS 时,允许在 TLS 设置的 alpn 数组内设置 h3, 此时服务端将改为监听 UDP 端口, 处理 h3 流量。