crypto/tls.Config.Clone (method)
10 uses
crypto/tls (current package)
common.go#L747: func (c *Config) Clone() *Config {
tls.go#L161: c := config.Clone()
github.com/jackc/pgconn
config.go#L71: newConf.TLSConfig = c.TLSConfig.Clone()
config.go#L85: newFallback.TLSConfig = fallback.TLSConfig.Clone()
golang.org/x/net/http2
transport.go#L582: *cfg = *t.TLSClientConfig.Clone()
google.golang.org/grpc/internal/credentials
util.go#L49: return cfg.Clone()
net/http
h2_bundle.go#L7085: *cfg = *t.TLSClientConfig.Clone()
transport.go#L332: t2.TLSClientConfig = t.TLSClientConfig.Clone()
transport.go#L2856: return cfg.Clone()
net/http/httptest
server.go#L154: s.TLS = existingConfig.Clone()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |