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

8 uses

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

	golang.org/x/net/http2
		server.go#L347: 			go c.Close()
		transport.go#L325: 			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#L4394: 			go c.Close()
		h2_bundle.go#L7747: 			go c.Close()