Assign `open_timeout` option in `apply_request_options`

This commit is contained in:
joker1007 2016-02-24 02:55:55 +09:00
parent ee962bab45
commit b0173dc57a
1 changed files with 1 additions and 0 deletions

View File

@ -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