mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
2010-03-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Create CreateRequestCommand to the number of -s/-C when URIs are added by XML-RPC. * src/RequestGroup.cc * src/RequestGroup.h * src/XmlRpcMethodImpl.cc
This commit is contained in:
parent
7923125382
commit
f3973e5a12
4 changed files with 38 additions and 0 deletions
|
@ -917,6 +917,11 @@ BDE ChangeUriXmlRpcMethod::process
|
|||
}
|
||||
}
|
||||
}
|
||||
if(addcount) {
|
||||
std::vector<Command*> commands;
|
||||
group->createNextCommand(commands, e);
|
||||
e->addCommand(commands);
|
||||
}
|
||||
BDE res = BDE::list();
|
||||
res << delcount;
|
||||
res << addcount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue