mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +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