lib/invoker/power/balancer.rb in invoker-1.5.4 vs lib/invoker/power/balancer.rb in invoker-1.5.5

- old
+ new

@@ -15,10 +15,10 @@ end class InvokerHttpsProxy < InvokerHttpProxy def post_init super - start_tls + start_tls(private_key_file: Invoker.private_key, cert_chain_file: Invoker.certificate) end end class Balancer attr_accessor :connection, :http_parser, :session, :protocol, :upgraded_to