This commit is contained in:
Looly
2023-03-27 02:02:10 +08:00
parent 16f7549c7d
commit 4fca8310e7
96 changed files with 307 additions and 315 deletions

View File

@@ -25,6 +25,6 @@ public class Issue2901Test {
.send();
Console.log(res.bodyStr());
IoUtil.close(res);
IoUtil.closeQuietly(res);
}
}