closes bandwidth rate limiters

This commit is contained in:
Arvid Norberg
2007-11-08 07:52:41 +00:00
parent 80e8aa0a18
commit 41ef204f26
2 changed files with 14 additions and 1 deletions

View File

@@ -753,6 +753,9 @@ namespace detail
#endif
m_half_open.close();
m_download_channel.close();
m_upload_channel.close();
mutex::scoped_lock l2(m_checker_impl.m_mutex);
// abort the checker thread
m_checker_impl.m_abort = true;