diff options
author | Evgeni Golov <evgeni@golov.de> | 2013-05-31 18:21:31 +0200 |
---|---|---|
committer | Evgeni Golov <evgeni@golov.de> | 2013-09-30 07:56:54 +0200 |
commit | b6fc143074ae55bc6f9732d825571681f88f46ed (patch) | |
tree | f4ae61f5052df7e21047857c4d20f03b70195eb2 /apps/files/js/files.js | |
parent | 9ba0edcadb9aa55d44bbfc834f9b25c9f21a0c2e (diff) | |
download | nextcloud-server-b6fc143074ae55bc6f9732d825571681f88f46ed.tar.gz nextcloud-server-b6fc143074ae55bc6f9732d825571681f88f46ed.zip |
cURL does not honour default_socket_timeout
SabreDAV uses cURL for the requests and as this does not honour
default_socket_timeout, setting it is useless and confusing as
people will expect the request to timeout faster than it actually
will do.
One has to use
curl_setopt($curl, CURLOPT_TIMEOUT, x)
or
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, x)
but there is currently no way to make SabreDAV pass this to cURL.
Diffstat (limited to 'apps/files/js/files.js')
0 files changed, 0 insertions, 0 deletions