mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
fix: catch UnicodeDecodeError when json loads request body
change: detect request/response bytes encoding, instead of assuming utf-8
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 2.4.5 (2019-12-18)
|
||||
|
||||
**Fixed**
|
||||
|
||||
- fix: catch UnicodeDecodeError when json loads request body
|
||||
|
||||
**Changed**
|
||||
|
||||
- change: detect request/response bytes encoding, instead of assuming utf-8
|
||||
|
||||
## 2.4.4 (2019-12-17)
|
||||
|
||||
**Added**
|
||||
|
||||
Reference in New Issue
Block a user