Timeouts not being passed to http_requester
jmccormick11 opened this issue · 1 comments
jmccormick11 commented
- Algolia Client Version: 2.3.1
- Language Version: All
Description
Timeout's are not being sent to the http_requester for sending a request
The intention is to end up with the timeout
and connect_timeout
keys present in the request object that is later passed to send_request
algoliasearch-client-ruby/lib/algolia/transport/transport.rb
Lines 51 to 69 in c8c8c6b
But in fact those keys are not being added in the build_request
method
algoliasearch-client-ruby/lib/algolia/transport/transport.rb
Lines 93 to 100 in c8c8c6b
I created a work in progress PR that shows the fix: #493
DevinCodes commented
PR has been merged and changes have been released in version 2.3.2! Thank you again for your contribution 😄