Module: HTTPX::Plugins::Proxy::SSH::ConnectionMethods

Defined in:
lib/httpx/plugins/proxy/ssh.rb

Instance Method Summary collapse

Instance Method Details

#coalescable?Boolean

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

Returns:

  • (Boolean)


82
83
84
85
86
# File 'lib/httpx/plugins/proxy/ssh.rb', line 82

def coalescable?(*)
  return super unless @options.proxy

  false
end