async fn resolve_combined_recursive<'a>(
context: &mut RecursiveContext<'a>,
rrs: Vec<ResourceRecord>,
question: Question,
) -> Result<ResolvedRecord, ResolutionError>
Expand description
Helper function for resolving CNAMEs: resolve, and add some existing RRs to the ANSWER section of the result.