lib/httpx/plugins/grpc.rb in httpx-1.2.4 vs lib/httpx/plugins/grpc.rb in httpx-1.2.6

- old
+ new

@@ -122,9 +122,10 @@ end end module InstanceMethods def with_channel_credentials(ca_path, key = nil, cert = nil, **ssl_opts) + # @type var ssl_params: ::Hash[::Symbol, untyped] ssl_params = { **ssl_opts, ca_file: ca_path, } if key