fix:delete test config

dev
tanyawen 2019-12-29 21:32:37 +08:00
parent 98f55774cf
commit 0bfa4ff1fa
1 changed files with 1 additions and 6 deletions

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();
}
connection.closeDirectly();
}
}