aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/setup/postgresql.php
diff options
context:
space:
mode:
authorEvgeni Golov <evgeni@golov.de>2013-05-31 18:21:31 +0200
committerEvgeni Golov <evgeni@golov.de>2013-09-30 07:56:54 +0200
commitb6fc143074ae55bc6f9732d825571681f88f46ed (patch)
treef4ae61f5052df7e21047857c4d20f03b70195eb2 /lib/private/setup/postgresql.php
parent9ba0edcadb9aa55d44bbfc834f9b25c9f21a0c2e (diff)
downloadnextcloud-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 'lib/private/setup/postgresql.php')
0 files changed, 0 insertions, 0 deletions