mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
fixes from review
This commit is contained in:
@ -120,7 +120,6 @@ func (s *SocketServer) acceptConnectionsRoutine() {
|
||||
errClose := <-closeConn
|
||||
if err == io.EOF {
|
||||
log.Warn("Connection was closed by client")
|
||||
return // is this correct? the conn is closed?
|
||||
} else if errClose != nil {
|
||||
log.Warn("Connection error", "error", errClose)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user