pull/36732/head
Craig Tiller 11 months ago
parent 532a7a498c
commit 53dd51ce46
  1. 4
      src/core/client_channel/client_channel.cc

@ -1629,8 +1629,8 @@ void ClientChannel::UpdateServiceConfigInDataPlaneLocked() {
if (idle_state_.DecreaseCallCount()) StartIdleTimer();
});
}
// FIXME: add filters registered for CLIENT_CHANNEL plus filters returned
// by config selector
CoreConfiguration::Get().channel_init().AddToInterceptionChainBuilder(GRPC_CLIENT_CHANNEL, builder);
// FIXME: add filters returned by config selector
#if 0
std::vector<const grpc_channel_filter*> filters =
config_selector->GetFilters();

Loading…
Cancel
Save