This commit is contained in:
shoopea 2020-06-15 12:48:44 +02:00
parent 420ffc9b97
commit f9267d1bad

View File

@ -51,7 +51,7 @@ func main() {
for {
if read >= int(p.PLength) {
logInfoDebug("Data read")
//logInfoDebug("Data read")
break
}
n, err = r.Read(b[read:])