fix:delete test config

This commit is contained in:
tanyawen 2019-12-29 21:32:37 +08:00
parent 98f55774cf
commit 0bfa4ff1fa

View File

@ -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();
}
}
}