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

- old
+ new

@@ -172,15 +172,9 @@ proxy_uri = URI(@options.proxy.uri) @origin.host = proxy_uri.host @origin.port = proxy_uri.port end - def match?(uri, options) - return super unless @options.proxy - - super && @options.proxy == options.proxy - end - def coalescable?(connection) return super unless @options.proxy if @io.protocol == "h2" && @origin.scheme == "https" &&