修复内存泄露

This commit is contained in:
Administrator
2023-03-16 16:06:39 +08:00
parent 2d6122480a
commit cc1df750ae
10 changed files with 181 additions and 76 deletions
@@ -331,6 +331,9 @@ public class RemoteTCPConnection extends TCPConnection {
if(v==-1) {
throw new EOFException();
}
if(v!=0) {
throw new StreamCorruptedException();
}
}
}