crypto/tls.halfConn.version (field)

12 uses

	crypto/tls (current package)
		conn.go#L159: 	version uint16      // protocol version
		conn.go#L193: 	hc.version = version
		conn.go#L201: 	if hc.nextCipher == nil || hc.version == VersionTLS13 {
		conn.go#L253: 		if hc.version >= VersionTLS11 {
		conn.go#L331: 	if hc.version == VersionTLS13 && typ == recordTypeChangeCipherSpec {
		conn.go#L355: 			if hc.version == VersionTLS13 {
		conn.go#L393: 		if hc.version == VersionTLS13 {
		conn.go#L503: 		if hc.version == VersionTLS13 {
		handshake_client.go#L363: 	c.in.version = vers
		handshake_client.go#L364: 	c.out.version = vers
		handshake_server.go#L161: 	c.in.version = c.vers
		handshake_server.go#L162: 	c.out.version = c.vers