add toString for HttpRequest

This commit is contained in:
Looly
2020-04-23 14:22:34 +08:00
parent 01ac0f94dc
commit 03827c7711
4 changed files with 38 additions and 20 deletions

View File

@@ -11,6 +11,7 @@
* 【core 】 Sftp类增加toString方法issue#I1F2T4@Gitee
* 【core 】 修改FileUtil.size逻辑不存在的文件返回0
* 【extra 】 Sftp.ls遇到文件不存在返回空集合而非抛异常issue#844@Github
* 【http 】 改进HttpRequest.toString()格式添加url
### Bug修复
* 【db 】 修复PageResult.isLast计算问题