aqhome-cgi: more work

This commit is contained in:
Martin Preuss
2025-09-15 18:47:16 +02:00
parent 8f2bd23dc5
commit 7f301d271b
4 changed files with 358 additions and 430 deletions

View File

@@ -92,8 +92,6 @@ int AQH_ModDataClient_HandleRequest(AQH_MODULE *m, AQCGI_REQUEST *rq, AQH_SESSIO
AQH_ModService_AddFooter(m, "en", dbuf);
AQCGI_Request_SetBufferResponseBody(rq, dbuf);
AQCGI_Request_AddResponseHeaderData(rq, "Content-type: text/html");
AQCGI_SendResponseWithStatus(rq, 200, "Ok");
GWEN_Buffer_free(dbuf);
AQH_DataClient_free(dc);
AQH_EventLoop_free(eventLoop);