log requests

This commit is contained in:
Daniella / Tove 2024-09-19 21:33:47 +02:00
parent ce149890d2
commit e9775acdba
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -23,6 +23,7 @@ func main { mega | with args ;
while { 1 } { while { 1 } {
server:accept { | with client ; server:accept { | with client ;
"got a request" println;
catch { catch {
client:read; client:read;