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 82 def coalescable?(*) 83 return super unless @options.proxy 84 85 false 86 end