This commit is contained in:
parent
4de459884c
commit
868a9f3c9a
|
|
@ -294,6 +294,7 @@ class HttpServer {
|
|||
}
|
||||
|
||||
function Event(SocketObject, Header, Msg) {
|
||||
print("Event");
|
||||
Timer.SetTimeOut(Handler, 1, HttpResponse(SocketObject), Header, Msg);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue