fixed the issue with the timer waiting for tracker requests when quitting, reported by Tianhao Qiu

This commit is contained in:
Arvid Norberg
2006-07-12 22:55:06 +00:00
parent 4403eac97b
commit 8c6869b4f2
4 changed files with 22 additions and 21 deletions

View File

@@ -212,7 +212,7 @@ namespace libtorrent
assert(m_open_mode & mode_out);
assert(m_fd != -1);
// Test this a bit more, what happens with random failures in
// TODO: Test this a bit more, what happens with random failures in
// the files?
// if ((rand() % 100) > 80)
// throw file_error("debug");