Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/config/transports/splithttp.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ SplitHTTP 的HTTP请求中所发送的host,默认值为空。若服务端值

### 服务端行为

默认情况下,客户端将会默认监听 TCP, 此时可以处理 http/1.1 和 h2 流量。
默认情况下,服务端将会默认监听 TCP, 此时可以处理 http/1.1 和 h2 流量。

当启用 TLS 时,允许在 TLS 设置的 alpn 数组内设置 h3, 此时服务端将改为监听 UDP 端口, 处理 h3 流量。

Expand Down