mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
socks proxies must also implement close
This commit is contained in:
parent
85111a36a9
commit
951504ae98
@ -67,6 +67,9 @@ module HTTPX
|
||||
@options = Options.new(options)
|
||||
end
|
||||
|
||||
def close
|
||||
end
|
||||
|
||||
def consume(*)
|
||||
end
|
||||
|
||||
|
@ -95,6 +95,9 @@ module HTTPX
|
||||
@options = Options.new(options)
|
||||
end
|
||||
|
||||
def close
|
||||
end
|
||||
|
||||
def consume(*)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user