Method: HTTPX::Plugins::Proxy::Socks4::ConnectionMethods#interests
- Defined in:
- lib/httpx/plugins/proxy/socks4.rb
#interests ⇒ Object
26 27 28 29 30 31 32 |
# File 'lib/httpx/plugins/proxy/socks4.rb', line 26 def interests if @state == :connecting return @write_buffer.empty? ? :r : :w end super end |