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
I only recently started using this gem, and the documentation on how to handle request timeouts isn't very clear. I'm happy to update the wiki but I wanted to make sure this is correct:
If you are using HTTP.timeout(10).get(…) is the proper workflow to catch the HTTP::Timeout exception? Or is HTTP::Timeout only raised in default/internal code circumstances?
I only recently started using this gem, and the documentation on how to handle request timeouts isn't very clear. I'm happy to update the wiki but I wanted to make sure this is correct:
If you are using
HTTP.timeout(10).get(…)
is the proper workflow to catch theHTTP::Timeout
exception? Or isHTTP::Timeout
only raised in default/internal code circumstances?https://github.com/httprb/http/wiki/Timeouts
The text was updated successfully, but these errors were encountered: