Compare commits

...

2 Commits

Author SHA1 Message Date
WeidiDeng
f2ec0cd5f3
Merge 3051f013f2 into 7b3c9e94e6 2024-06-02 19:51:32 +08:00
WeidiDeng
3051f013f2
grpc支持健康检查 2024-01-27 00:04:11 +08:00

View File

@ -256,7 +256,7 @@ func NewHTTP2Client(dialFn DialFn, tlsConfig *tls.Config, Fingerprint string, re
TLSClientConfig: tlsConfig,
AllowHTTP: false,
DisableCompression: true,
PingTimeout: 0,
ReadIdleTimeout: 15 * time.Second,
}
return &wrap