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