new method PILog::readAllLogs

This commit is contained in:
2024-11-18 22:47:02 +03:00
parent c9a5ddd89f
commit 24112498ce
3 changed files with 59 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ int answer_to_connection(void * cls,
return MHD_NO;
}
piCout << "answer" << url << method << (int)m << server;
// piCout << "answer" << url << method << (int)m << server;
MicrohttpdServerConnection *& conn((MicrohttpdServerConnection *&)(*con_cls));
if (!conn) {
conn = new MicrohttpdServerConnection();