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
The default behavior of the module requests is to set no time out on the
requests. When a server does not reply to a request, it may cause the
library to hang indefinitely.
Fixesowncloud#262
Issue description
Without a timeout, our code may hang for minutes or more.
(For example, the owncloud URL is set incorrectly or the service is unavailable)
Possible solutions
Set a timeout argument in
Client
class and pass it in all method using requests.If you don’t mind, I can open a pull request to solve it.
The text was updated successfully, but these errors were encountered: