add closeable

This commit is contained in:
Looly
2019-09-11 09:13:07 +08:00
parent 96e377f414
commit 3288f26795
6 changed files with 19 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
* 【http】 HttpRequest增加setChunkedStreamingMode方法issue#525@Github
* 【setting】 SettingLoader支持自定义分隔符
* 【http】 Content-Type添加默认值issue#I11YHI@Gitee
* 【socket】 增加Closeable接口issue#532@Github
### Bug修复
* 【core】 修复NetUtil.getUsableLocalPort问题pr#69@Gitee