修复HttpClient5Response无响应体导致的空指针问题(issue#3930@Github)

This commit is contained in:
Looly
2025-05-07 10:41:58 +08:00
parent 1a102f9359
commit 50d9182b97
2 changed files with 10 additions and 7 deletions

View File

@@ -3,14 +3,11 @@
-------------------------------------------------------------------------------------------------------------
# 6.0.0-M17 (2024-10-09)
### 计划实现
* 【db 】 增加DDL封装
* 【db 】 Entity数据量大时占用较多内存考虑共享meta信息
# 7.0.0-M1 (2025-05-07)
### ❌不兼容特性
### 🐣新特性
### 🐞Bug修复
### 🐞Bug修复
* 【http】 修复`HttpClient5Response`无响应体导致的空指针问题issue#3930@Github