[&](absl::string_view host, const Common::DynamicForwardProxy::DnsHostInfoSharedPtr& info) {
dynamic_host_filter_state = stream_info->filterState().getDataReadOnly<Router::StringAccessor>(
// We always check for dynamic port from filter state, even if the host is not from filter state.
auto result = cluster_.dns_cache_->loadDnsCacheEntryWithForceRefresh(raw_host, port, is_proxying,
Upstream::HostConstSharedPtr Cluster::LoadBalancer::findHostByName(const std::string& host) const {
absl::StatusOr<std::pair<Upstream::ClusterImplBaseSharedPtr, Upstream::ThreadAwareLoadBalancerPtr>>
const auto& options = new_cluster->info()->httpProtocolOptions().upstreamHttpProtocolOptions();