You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ben Ubois edited this page Nov 1, 2018
·
9 revisions
By default, the HTTP gem does not enforce timeout on a request. You can enable per operation timeouts
(each read/write/connect call) or global timeouts (sum of all read/write/connect calls) by configuring them through the chaining API.
Per operation timeouts are what Net::HTTP and the majority of HTTP clients do: