diff --git a/server.spl b/server.spl index e84bafd..bfa4373 100644 --- a/server.spl +++ b/server.spl @@ -23,6 +23,7 @@ func main { mega | with args ; while { 1 } { server:accept { | with client ; + "got a request" println; catch { client:read;