mirror of https://github.com/aria2/aria2
Reset global::globalHaltRequested to 0 in MultiUrlRequestInfo::prepare()
parent
774e1b8a10
commit
3a4acead2d
|
@ -131,6 +131,7 @@ void MultiUrlRequestInfo::printMessageForContinue()
|
||||||
|
|
||||||
int MultiUrlRequestInfo::prepare()
|
int MultiUrlRequestInfo::prepare()
|
||||||
{
|
{
|
||||||
|
global::globalHaltRequested = 0;
|
||||||
try {
|
try {
|
||||||
SharedHandle<rpc::WebSocketSessionMan> wsSessionMan;
|
SharedHandle<rpc::WebSocketSessionMan> wsSessionMan;
|
||||||
if(option_->getAsBool(PREF_ENABLE_RPC)) {
|
if(option_->getAsBool(PREF_ENABLE_RPC)) {
|
||||||
|
|
Loading…
Reference in New Issue