lib/httpx/plugins/proxy/socks4.rb in httpx-0.18.6 vs lib/httpx/plugins/proxy/socks4.rb in httpx-0.18.7
- old
+ new
@@ -25,10 +25,10 @@
super
end
private
- def transition(nextstate)
+ def handle_transition(nextstate)
return super unless @options.proxy && PROTOCOLS.include?(@options.proxy.uri.scheme)
case nextstate
when :connecting
return unless @state == :idle