module HTTPX::Plugins::Proxy::SSH::ConnectionMethods

  1. lib/httpx/plugins/proxy/ssh.rb

Methods

Public Instance

  1. coalescable?

Public Instance methods

coalescable?(*)

should not coalesce connections here, as the IP is the IP of the proxy

[show source]
   # File lib/httpx/plugins/proxy/ssh.rb
84 def coalescable?(*)
85   return super unless @options.proxy
86 
87   false
88 end