OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
ruby
/
2.5.0
/
rubygems
/
request
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:11 AM
rwxr-xr-x
📄
connection_pools.rb
2.09 KB
02/01/2016 12:43:26 PM
rw-r--r--
📄
http_pool.rb
1 KB
02/01/2016 12:43:26 PM
rw-r--r--
📄
https_pool.rb
235 bytes
02/01/2016 12:43:26 PM
rw-r--r--
Editing: https_pool.rb
Close
# 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