mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
bug (unexisting var)
This commit is contained in:
parent
174f5f9647
commit
ac398ae0f0
@ -57,7 +57,7 @@ module HTTPX
|
||||
def each(uri = nil, &blk)
|
||||
return enum_for(__method__, uri) unless block_given?
|
||||
|
||||
return @store.each(&blk) unless uri
|
||||
return @cookies.each(&blk) unless uri
|
||||
|
||||
uri = URI(uri)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user