HttpConfig增加参数setIgnoreContentLength可选忽略读取响应contentLength头(issue#ICB1B8@Gitee)

This commit is contained in:
Looly
2025-06-09 12:01:29 +08:00
parent fe597605cf
commit 2c8070f324
3 changed files with 20 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
* 【ai 】 增加SSE流式返回函数参数callback豆包、grok新增文生图接口豆包生成视频支持使用model
* 【core 】 DesensitizedUtil新增护照号码脱敏功能pr#1347@Gitee
* 【core 】 优化XXXToMapCopier的部分性能pr#1345@Gitee
* 【http 】 `HttpConfig`增加参数`setIgnoreContentLength`可选忽略读取响应contentLength头issue#ICB1B8@Gitee
*
### 🐞Bug修复
* 【core 】 修复`NumberUtil`isNumber方法以L结尾没有小数点判断问题issue#3938@Github