lib/httpx/plugins/proxy/socks5.rb in httpx-0.18.6 vs lib/httpx/plugins/proxy/socks5.rb in httpx-0.18.7

- old
+ new

@@ -44,10 +44,10 @@ super end private - def transition(nextstate) + def handle_transition(nextstate) return super unless @options.proxy && @options.proxy.uri.scheme == "socks5" case nextstate when :connecting return unless @state == :idle