mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
Added additional error_code::Values(9 through 14).
This commit is contained in:
parent
d316a00ade
commit
ecbc05012c
6 changed files with 42 additions and 24 deletions
|
@ -213,9 +213,10 @@ bool HttpResponseCommand::executeInternal()
|
|||
getRequestGroup()->preDownloadProcessing();
|
||||
if(getDownloadEngine()->getRequestGroupMan()->
|
||||
isSameFileBeingDownloaded(getRequestGroup())) {
|
||||
throw DOWNLOAD_FAILURE_EXCEPTION
|
||||
throw DOWNLOAD_FAILURE_EXCEPTION2
|
||||
(fmt(EX_DUPLICATE_FILE_DOWNLOAD,
|
||||
getRequestGroup()->getFirstFilePath().c_str()));
|
||||
getRequestGroup()->getFirstFilePath().c_str()),
|
||||
error_code::DUPLICATE_DOWNLOAD);
|
||||
}
|
||||
// update last modified time
|
||||
updateLastModifiedTime(httpResponse->getLastModifiedTime());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue