fix:delete test config
This commit is contained in:
parent
98f55774cf
commit
0bfa4ff1fa
@ -38,12 +38,7 @@ public class ConnectionPool {
|
||||
if (connectionManager != null) {
|
||||
connectionManager.releaseConnection(connection);
|
||||
} else {
|
||||
try {
|
||||
connection.closeDirectly();
|
||||
} catch (IOException e) {
|
||||
System.err.println("close socket error, msg:" + e.getMessage());
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user