1
0
Fork 0
forked from External/ergo

don't double-close socket

This commit is contained in:
Jeremy Latt 2014-02-14 19:05:30 -08:00
parent 4d9742d033
commit 3a9027e3dc
3 changed files with 2 additions and 7 deletions

View file

@ -111,7 +111,6 @@ func (socket *Socket) writeLines() {
break
}
}
socket.Close()
}
func (socket *Socket) maybeLogWriteError(err error) bool {