@@ -336,8 +336,9 @@ func (s *UDPSession) uncork() {
// recycle
fork:=ranges.txqueue{
xmitBuf.Put(s.txqueue[k].Buffers[0])
s.txqueue[k].Buffers=nil
}
s.txqueue=nil
s.txqueue=s.txqueue[:0]
}
return
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.