* Added lazy syncing of chunks.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@557 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-09-10 15:38:34 +00:00
parent c347ccc439
commit 5ada857c3e
3 changed files with 34 additions and 1 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ CurlStack::add_get(CurlGet* get) {
m_getList.push_back(get);
// Curl ML suggest we need to do perform after adding a handle.
perform();
//perform();
}
void