multithreaded server

This commit is contained in:
udo
2021-12-05 00:24:57 +00:00
parent 0262e33653
commit f77581114c
26 changed files with 2063 additions and 206 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ RENDER()
</>
string action = context->get["action"];
String action = context->get["action"];
if(context->cookies["uce-session"].length() > 0)
session_start();
if(action == "start")