owncloud / pyocclient

ownCloud client library for Python
MIT License
295 stars 115 forks source link

Add a timeout parameter #285

Open qdii opened 1 year ago

qdii commented 1 year ago
Add a timeout parameter

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.

Fixes #262