We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdc41a commit 6b89913Copy full SHA for 6b89913
google/cloud/storage/internal/storage_stub_factory.cc
@@ -34,8 +34,7 @@ namespace {
34
std::shared_ptr<grpc::Channel> CreateGrpcChannel(
35
google::cloud::internal::GrpcAuthenticationStrategy& auth,
36
Options const& options, int channel_id) {
37
- grpc::ChannelArguments args;
38
- // Just configure for the regular path.
+ auto args = internal::MakeChannelArguments(options);
39
args.SetInt("grpc.channel_id", channel_id);
40
return auth.CreateChannel(options.get<EndpointOption>(), std::move(args));
41
}
0 commit comments