mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-09-01 00:00:35 -04:00
redefining #send for the proxy channel (it just enqueues)
This commit is contained in:
parent
f271ec349b
commit
33d1cfcc62
@ -111,6 +111,10 @@ module HTTPX
|
||||
true
|
||||
end
|
||||
|
||||
def send(request, **args)
|
||||
@pending << [request, args]
|
||||
end
|
||||
|
||||
def to_io
|
||||
case @state
|
||||
when :idle
|
||||
|
Loading…
x
Reference in New Issue
Block a user