crypto/tls.ConnectionState.ServerName (field)

3 uses

	crypto/tls (current package)
		common.go#L262: 	ServerName string
		conn.go#L1609: 	state.ServerName = c.serverName

	net/http
		h2_bundle.go#L4294: 		if sc.tlsState.ServerName == "" {