master
acetone 2022-11-30 18:21:17 +03:00
parent d04528fe58
commit 130f6f164a
1 changed files with 1 additions and 2 deletions

View File

@ -929,8 +929,6 @@ void HttpServer::writeRegularPage(QTcpSocket *socket, QString &urlPath, bool isH
if (searchMtx.tryLock())
{
QMutexLocker lock (&searchMtx);
consoleLog("Search request (" + server + "): " + searchRequest);
QStringList paths;
@ -1281,6 +1279,7 @@ void HttpServer::writeRegularPage(QTcpSocket *socket, QString &urlPath, bool isH
lastWbr = i;
}
}
searchMtx.unlock();
} // searchMtx.tryLock()
else
{