mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
quit ApiLocalConnectionHandler after replying API query
This commit is contained in:
parent
7c2e2bd503
commit
e4e29c5adc
@ -52,6 +52,7 @@ void ApiLocalConnectionHandler::handleRequest()
|
||||
std::string resultString = mApiServer->handleRequest(req);
|
||||
mLocalSocket->write(resultString.c_str(), resultString.length());
|
||||
mLocalSocket->write("\n\0");
|
||||
quit();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user