fix #1247: catch exceptions when getting socket address failed

This commit is contained in:
debugtalk
2022-04-17 11:41:46 +08:00
parent 0085e24227
commit b9bf614fd6
2 changed files with 16 additions and 12 deletions

View File

@@ -1,5 +1,10 @@
# Release History
## 3.1.9 (2022-04-17)
- fix #1247: catch exceptions caused by GA report failure
- fix #1246: catch exceptions when getting socket address failed
## 3.1.8 (2022-03-22)
- feat: add `--profile` flag for har2case to support overwrite headers/cookies with specified yaml/json configuration file