new method PILog::readAllLogs
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user