aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-01-07 17:46:47 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-01-07 17:46:47 -0800
commit69108a335e4cc390e073e440f19d174a4e3a3490 (patch)
treecee2e3b136cc8a097e228b88949663467220ad0d /src/ruby/pb
parent7fac30dd1b2fab31f23e2d15653b1a3a5bfb7ef6 (diff)
parentad8bc063ddb4463fef4f919c870ac5fcad7ef30b (diff)
Resolved merge conflicts with upstream/release-0_12
Diffstat (limited to 'src/ruby/pb')
-rwxr-xr-xsrc/ruby/pb/test/client.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ruby/pb/test/client.rb b/src/ruby/pb/test/client.rb
index 4e77492ba9..684ee80771 100755
--- a/src/ruby/pb/test/client.rb
+++ b/src/ruby/pb/test/client.rb
@@ -56,8 +56,6 @@ require 'test/proto/empty'
require 'test/proto/messages'
require 'test/proto/test_services'
-require 'signet/ssl_config'
-
AUTH_ENV = Google::Auth::CredentialsLoader::ENV_VAR
# RubyLogger defines a logger for gRPC based on the standard ruby logger.
@@ -268,11 +266,6 @@ class NamedTests
auth_creds = Google::Auth.get_application_default(@args.oauth_scope)
update_metadata = proc do |md|
kw = auth_creds.updater_proc.call({})
-
- # TODO(mlumish): downcase the metadata keys here to make sure
- # they are not rejected by C core. This is a hotfix that should
- # be addressed by introducing auto-downcasing logic.
- Hash[ kw.each_pair.map { |k, v| [k.downcase, v] }]
end
call_creds = GRPC::Core::CallCredentials.new(update_metadata)