Esempio n. 1
0
func putBroken(c *nntp.Conn) {
	glog.Infof("%s Broken connection", c.ID)
	c.Close()
	connMu.Lock()
	connNum--
	connMu.Unlock()
}