mirror of https://github.com/aria2/aria2
2008-05-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Call updateFdSet() to initialize rfdset, wfdset fdmax. * src/DownloadEngine.cc (DownloadEngine)pull/1/head
parent
148b1baf38
commit
d8e64c764d
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Call updateFdSet() to initialize rfdset, wfdset fdmax.
|
||||||
|
* src/DownloadEngine.cc (DownloadEngine)
|
||||||
|
|
||||||
2008-05-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-05-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Use free() to deallocate memory for _buffer if HAVE_POSIX_MEMALIGN is
|
Use free() to deallocate memory for _buffer if HAVE_POSIX_MEMALIGN is
|
||||||
|
|
|
@ -91,7 +91,9 @@ bool AsyncNameResolverEntry::operator==(const AsyncNameResolverEntry& entry)
|
||||||
DownloadEngine::DownloadEngine():logger(LogFactory::getInstance()),
|
DownloadEngine::DownloadEngine():logger(LogFactory::getInstance()),
|
||||||
_haltRequested(false),
|
_haltRequested(false),
|
||||||
_noWait(false)
|
_noWait(false)
|
||||||
{}
|
{
|
||||||
|
updateFdSet();
|
||||||
|
}
|
||||||
|
|
||||||
DownloadEngine::~DownloadEngine() {
|
DownloadEngine::~DownloadEngine() {
|
||||||
cleanQueue();
|
cleanQueue();
|
||||||
|
|
Loading…
Reference in New Issue