Method: HTTPX::ProxyChannel#call

Defined in:
lib/httpx/plugins/proxy.rb

#callObject



131
132
133
134
135
136
137
# File 'lib/httpx/plugins/proxy.rb', line 131

def call
  super
  case @state
  when :connecting
    consume
  end
end