logInfoDebug("Packet fully read : len : %d / type : %d",p.PLength,p.PType)
}
readPacket(p,b[:p.PLength])
c:=make([]byte,0xFFFF)
copy(c,b[p.PLength:])
b=c
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.