修复内存泄露
This commit is contained in:
@@ -331,6 +331,9 @@ public class RemoteTCPConnection extends TCPConnection {
|
||||
if(v==-1) {
|
||||
throw new EOFException();
|
||||
}
|
||||
if(v!=0) {
|
||||
throw new StreamCorruptedException();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user