This commit is contained in:
WeidiDeng 2024-06-12 13:11:54 +03:30 committed by GitHub
commit 4a9317a143
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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