try fix
This commit is contained in:
parent
f11f67190c
commit
882da39b87
@ -1546,8 +1546,8 @@ func (self *nntpConnection) requestArticle(daemon *NNTPDaemon, conn *textproto.C
|
||||
|
||||
func (self *nntpConnection) startReader(daemon *NNTPDaemon, conn *textproto.Conn) {
|
||||
log.Println(self.name, "run reader mode")
|
||||
for {
|
||||
var err error
|
||||
for err == nil {
|
||||
select {
|
||||
case chnl := <-self.die:
|
||||
// we were asked to die
|
||||
@ -1563,7 +1563,6 @@ func (self *nntpConnection) startReader(daemon *NNTPDaemon, conn *textproto.Conn
|
||||
self.messageSetProcessed(msgid)
|
||||
if err != nil {
|
||||
log.Println(self.name, "error while in reader mode:", err)
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user