Bugfix: don't get stuck waiting for requests when pushing out fails to connect to input
This commit is contained in:
parent
a65550e5c1
commit
c2bb0e62b7
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ namespace Mist{
|
|||
}
|
||||
Util::logExitReason(msg.c_str());
|
||||
isInitialized = false;
|
||||
wantRequest = true;
|
||||
wantRequest = false;
|
||||
parseData = false;
|
||||
myConn.close();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue