switched to https and added main.md

This commit is contained in:
2024-05-20 20:40:11 -07:00
parent e2d2a3f1b7
commit a57fd25990
3 changed files with 25 additions and 5 deletions

View File

@ -7,7 +7,9 @@
(fn client-handler.handle-client [client]
(let [request (client:receive :*l)]
(print (: "Request from: %s:%s" :format (client:getpeername)))
(io.stdout:setvbuf :no)
(print (: "Request from: %s:%s" :format _G.client-address _G.client-port))
(print request)
(while true
(local request (client:receive :*l))