try fix
This commit is contained in:
parent
75bc4df7f6
commit
f11f67190c
@ -1537,7 +1537,8 @@ func (self *nntpConnection) requestArticle(daemon *NNTPDaemon, conn *textproto.C
|
|||||||
// invalid response
|
// invalid response
|
||||||
log.Println(self.name, "invald response to ARTICLE:", code, line)
|
log.Println(self.name, "invald response to ARTICLE:", code, line)
|
||||||
}
|
}
|
||||||
if err == io.EOF {
|
if err != nil {
|
||||||
|
log.Println(self.name, err.Error())
|
||||||
conn.Close()
|
conn.Close()
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user