add default value for content-type

This commit is contained in:
Looly
2019-09-11 08:22:28 +08:00
parent 692397f313
commit 96e377f414
4 changed files with 23 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
* 【core】 ZipUtil增加FileFilter参数的重载支持文件过滤issue#I11RTP@Gitee
* 【http】 HttpRequest增加setChunkedStreamingMode方法issue#525@Github
* 【setting】 SettingLoader支持自定义分隔符
* 【http】 Content-Type添加默认值issue#I11YHI@Gitee
### Bug修复
* 【core】 修复NetUtil.getUsableLocalPort问题pr#69@Gitee