Skip to content

Commit

Permalink
Update handlers.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn authored Sep 28, 2023
1 parent dbb26f9 commit 18c8a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (s *Server) HandleWebsocket(w http.ResponseWriter, r *http.Request) {
removeListener(ws)
}
s.clientsMu.Unlock()
s.Log.Infof("diconnected from %s", conn.RemoteAddr().String())
s.Log.Infof("disconnected from %s", conn.RemoteAddr().String())
}()

conn.SetReadLimit(maxMessageSize)
Expand Down

0 comments on commit 18c8a56

Please sign in to comment.