mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-30 22:08:56 -07:00
touchups to irc/websocket.go per review comments
This commit is contained in:
+1
-5
@@ -232,11 +232,7 @@ func (s *Server) wslisten(addr string) {
|
||||
return
|
||||
}
|
||||
|
||||
wsc := WSContainer{
|
||||
conn: ws,
|
||||
}
|
||||
|
||||
s.newConns <- wsc
|
||||
s.newConns <- WSContainer{ws}
|
||||
})
|
||||
go func() {
|
||||
Log.info.Printf("%s listening on %s", s, addr)
|
||||
|
||||
Reference in New Issue
Block a user