cmd/server/main.go | 4 +--- diff --git a/cmd/server/main.go b/cmd/server/main.go index 300ce5af17bc87a4264f3fa3380403351656943108b7b9d993042c6628d27b7a..4b069743ca62542e855f616d262c09c1e432527cf973d0a8e4f5df81d090fc26 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -396,10 +396,8 @@ copy(cookie[:], buf) if c, ok := Cookies[cookie]; ok { c <- from close(c) - } else { - slog.Info("unknown cookie", "cookie", cookie) + continue } - continue } sid = buf[0]