mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-08-10 00:01:27 -04:00
always use the session default options
This commit is contained in:
parent
d49f313da1
commit
f7abd432c7
@ -59,7 +59,7 @@ module HTTPX
|
||||
private
|
||||
|
||||
def default_options
|
||||
@options || Options.new
|
||||
@options || Session.default_options
|
||||
end
|
||||
|
||||
def branch(options, &blk)
|
||||
|
Loading…
x
Reference in New Issue
Block a user