Skip to content
Snippets Groups Projects
  1. Sep 30, 2013
    • Thomas Müller's avatar
      Merge pull request #3563 from evgeni/curl-no-timeout · 4032065e
      Thomas Müller authored
      cURL does not honour default_socket_timeout
      4032065e
    • Evgeni Golov's avatar
      cURL does not honour default_socket_timeout · b6fc1430
      Evgeni Golov authored
      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.
      b6fc1430
  2. Sep 29, 2013
  3. Sep 28, 2013
  4. Sep 27, 2013
  5. Sep 26, 2013
  6. Sep 25, 2013
  7. Sep 24, 2013
Loading