lib/httpx/plugins/proxy.rb in httpx-0.6.5 vs lib/httpx/plugins/proxy.rb in httpx-0.6.6
- old
+ new
@@ -132,9 +132,15 @@
set_request_timeout(connection, request, options)
return
end
response
end
+
+ def build_altsvc_connection(_, _, _, _, options)
+ return if options.proxy
+
+ super
+ end
end
module ConnectionMethods
using URIExtensions