From dcc39472dd7fd8772cdd453fdbc13176f5857ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E6=89=87=E6=BB=91=E7=BF=94=E7=BF=BC?= Date: Mon, 9 Dec 2024 01:29:29 +0800 Subject: [PATCH] XHTTP: Usage of `-1` in keepAlivePeriod --- docs/config/transports/splithttp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/transports/splithttp.md b/docs/config/transports/splithttp.md index 4298e24..b649321 100644 --- a/docs/config/transports/splithttp.md +++ b/docs/config/transports/splithttp.md @@ -116,7 +116,7 @@ XHTTP 的HTTP请求中所发送的host,默认值为空。若服务端值为空 > `keepAlivePeriod` int -发送保活请求的时间间隔,单位秒。 +发送保活请求的时间间隔,单位秒,设置为 `-1` 代表禁用该功能。 当使用 H2 和 H3 时分别对应 h2 ping 帧和 QUIC ping 帧。