removed 10s read timeout

git-svn-id: http://s3fs.googlecode.com/svn/trunk@88 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
rrizun 2008-02-20 16:40:58 +00:00
parent c8afa8f7f0
commit 891e85e71d

View File

@ -129,7 +129,7 @@ public:
}
curl_easy_reset(curl);
long seconds = 10;
curl_easy_setopt(curl, CURLOPT_TIMEOUT, seconds);
//###curl_easy_setopt(curl, CURLOPT_TIMEOUT, seconds); // bad idea
curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, seconds);
}
~auto_curl() {