lib/httpx/plugins/proxy/ssh.rb in httpx-0.19.4 vs lib/httpx/plugins/proxy/ssh.rb in httpx-0.19.5

- old
+ new

@@ -76,15 +76,9 @@ end end end module ConnectionMethods - def match?(uri, options) - return super unless @options.proxy - - super && @options.proxy == options.proxy - end - # should not coalesce connections here, as the IP is the IP of the proxy def coalescable?(*) return super unless @options.proxy false