mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
quit ApiLocalConnectionHandler after replying API query
This commit is contained in:
parent
7c2e2bd503
commit
e4e29c5adc
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue