Merge pull request #366 from joker1007/fix-apply_request_options
Assign `open_timeout` option in `apply_request_options`
This commit is contained in:
commit
b191e60cfc
|
@ -292,6 +292,7 @@ module Google
|
|||
end
|
||||
req.header.update(header)
|
||||
req.options.timeout = options.timeout_sec
|
||||
req.options.open_timeout = options.open_timeout_sec
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in New Issue