update deps

This commit is contained in:
Aine
2024-05-16 23:05:21 +03:00
parent ea1533acae
commit cfe31d89b9
78 changed files with 10434 additions and 5472 deletions

View File

@@ -120,7 +120,7 @@ func (s *Server) Serve(l net.Listener) error {
err := s.handleConn(newConn(c, s))
if err != nil {
s.ErrorLog.Printf("handler error: %s", err)
s.ErrorLog.Printf("error handling %v: %s", c.RemoteAddr(), err)
}
}()
}