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

7 uses

	crypto/tls (current package)
		conn.go#L1596: func (c *Conn) ConnectionState() ConnectionState {
		quic.go#L280: 	return q.conn.ConnectionState()

	net/http
		h2_bundle.go#L7782: 	state := tlsCn.ConnectionState()
		server.go#L1909: 		*c.tlsState = tlsConn.ConnectionState()
		server.go#L3538: 		*req.TLS = h.c.ConnectionState()
		transport.go#L1568: 	cs := tlsConn.ConnectionState()
		transport.go#L1618: 			cs := tc.ConnectionState()