# frozen_string_literal: true
class Gem::Request::HTTPSPool < Gem::Request::HTTPPool # :nodoc:
private
def setup_connection(connection)
Gem::Request.configure_connection_for_https(connection, @cert_files)
super
end
end
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| connection_pools.rb | File | 2.39 KB | 0644 |
|
| http_pool.rb | File | 1.01 KB | 0644 |
|
| https_pool.rb | File | 234 B | 0644 |
|