@@ -86,7 +86,7 @@ func logs(w http.ResponseWriter, r *http.Request) {
for{
_,err:=reader.Read(hdr)
iferr!=nil{
panic(err)
log.Panicln(err)
}
count:=binary.BigEndian.Uint32(hdr[4:])
n,err:=reader.Read(content[:count])
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.