mirror of https://github.com/aria2/aria2
2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Commented out the code which sets virtual directory path "[MEMORY]" propagate directory to store to following RequestGroup. * src/MemoryBufferPreDownloadHandler.ccpull/1/head
parent
cc1546feb5
commit
6c397fe7ba
|
@ -1,3 +1,9 @@
|
|||
2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Commented out the code which sets virtual directory path "[MEMORY]"
|
||||
propagate directory to store to following RequestGroup.
|
||||
* src/MemoryBufferPreDownloadHandler.cc
|
||||
|
||||
2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Bump up version number to 1.0.0b
|
||||
|
|
|
@ -50,8 +50,9 @@ void MemoryBufferPreDownloadHandler::execute(RequestGroup* requestGroup)
|
|||
requestGroup->setFileAllocationEnabled(false);
|
||||
requestGroup->setPreLocalFileCheckEnabled(false);
|
||||
|
||||
static const std::string DIR_MEMORY("[MEMORY]");
|
||||
requestGroup->getDownloadContext()->setDir(DIR_MEMORY);
|
||||
// TODO to propage direction to save, comment out following 2 lines.
|
||||
//static const std::string DIR_MEMORY("[MEMORY]");
|
||||
//requestGroup->getDownloadContext()->setDir(DIR_MEMORY);
|
||||
}
|
||||
|
||||
} // namespace aria2
|
||||
|
|
Loading…
Reference in New Issue