Reset global::globalHaltRequested to 0 in MultiUrlRequestInfo::prepare()

pull/89/head
Tatsuhiro Tsujikawa 2013-05-05 17:47:14 +09:00
parent 774e1b8a10
commit 3a4acead2d
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ void MultiUrlRequestInfo::printMessageForContinue()
int MultiUrlRequestInfo::prepare()
{
global::globalHaltRequested = 0;
try {
SharedHandle<rpc::WebSocketSessionMan> wsSessionMan;
if(option_->getAsBool(PREF_ENABLE_RPC)) {