crypto/tls.Conn.Close (method, view implemented interface methods)

8 uses

	crypto/tls (current package)
		conn.go#L1314: func (c *Conn) Close() error {

	golang.org/x/net/http2
		transport.go#L255: 			go c.Close()
		transport.go#L262: 			go c.Close()

	google.golang.org/grpc/credentials
		tls.go#L93: 			conn.Close()
		tls.go#L97: 		conn.Close()
		tls.go#L116: 		conn.Close()

	net/http
		h2_bundle.go#L6927: 			go c.Close()
		h2_bundle.go#L6934: 			go c.Close()