Module: HTTPX::Plugins::Proxy::SSH::ConnectionMethods
- Defined in:
- lib/httpx/plugins/proxy/ssh.rb
Instance Method Summary collapse
-
#coalescable? ⇒ Boolean
should not coalesce connections here, as the IP is the IP of the proxy.
Instance Method Details
#coalescable? ⇒ Boolean
should not coalesce connections here, as the IP is the IP of the proxy
84 85 86 87 88 |
# File 'lib/httpx/plugins/proxy/ssh.rb', line 84 def coalescable?(*) return super unless @options.proxy false end |