Update xtransport.go

revert follow up change
This commit is contained in:
ACE 2025-01-27 01:36:35 +02:00 committed by GitHub
parent 78e6dc6b90
commit 4c8c968c4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -226,8 +226,7 @@ func (xTransport *XTransport) rebuildTransport() {
} else {
tlsClientConfig.ClientSessionCache = tls.NewLRUClientSessionCache(10)
}
overrideCipherSuite := xTransport.tlsCipherSuite != nil && len(xTransport.tlsCipherSuite) > 0
if overrideCipherSuite != nil {
if xTransport.tlsCipherSuite != nil {
tlsClientConfig.PreferServerCipherSuites = false
tlsClientConfig.MaxVersion = tls.VersionTLS13
var tls13 = "198 199 4865 4866 4867 4868 4869 49332 49333"