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

6 uses

	crypto/tls (current package)
		conn.go#L1408: func (c *Conn) ConnectionState() ConnectionState {

	net/http
		h2_bundle.go#L7116: 	state := cn.ConnectionState()
		server.go#L1853: 		*c.tlsState = tlsConn.ConnectionState()
		server.go#L3451: 		*req.TLS = h.c.ConnectionState()
		transport.go#L1543: 	cs := tlsConn.ConnectionState()
		transport.go#L1593: 			cs := tc.ConnectionState()