mirror of
https://github.com/aria2/aria2.git
synced 2025-01-08 19:11:47 +00:00
Reset global::globalHaltRequested to 0 in MultiUrlRequestInfo::prepare()
This commit is contained in:
parent
774e1b8a10
commit
3a4acead2d
@ -131,6 +131,7 @@ void MultiUrlRequestInfo::printMessageForContinue()
|
||||
|
||||
int MultiUrlRequestInfo::prepare()
|
||||
{
|
||||
global::globalHaltRequested = 0;
|
||||
try {
|
||||
SharedHandle<rpc::WebSocketSessionMan> wsSessionMan;
|
||||
if(option_->getAsBool(PREF_ENABLE_RPC)) {
|
||||
|
Loading…
Reference in New Issue
Block a user