更新 h2.md 中 host 描述细节

This commit is contained in:
ちか 2023-12-28 15:22:00 +08:00 committed by GitHub
parent 632fdde38d
commit 827954c962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ HTTP/2 内置多路复用,不建议使用 HTTP/2 时启用 mux.cool。
客户端会随机从列表中选出一个域名进行通信,服务器会验证域名是否在列表中。
::: tip
若不写 `host` 或值留空 `host: []` 时,会使用默认值 `"www.example.com"`,需要两端 `host` 值一致才能连接成功。`host: [""]` 不是值留空。
若不写 `"httpSettings"` 或 `"host": []` 值留空时,会使用默认值 `"www.example.com"`,需要两端 `"host"` 值一致才能连接成功。`"host": [""]` 不是值留空。
:::
> `path`: string