[bug] 支持配置zlib非默认压缩参数
Open
@MegatronKing is already working on this.
Since Jan 16, 2024.
bug
p3
- Dominant language
- No language data
- Stars
- 6.8k
- Forks
- 268
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
读取zlib压缩过的请求体时出现错误 FormatException: Filter error, bad data
同时也无法使用导出功能导出请求体
只能使用导出->请求体(原始)获取hex数据
很抱歉因为数据安全问题无法提供测试用例
只能提供请求头(未提供的请求头则为不存在 如Accept-Encoding)
Content-Type: application/json
User-Agent: xxx
charset: UTF-8
Content-Encoding: deflate
Content-Length: 43
Expect: 100-continue
To Reproduce
Steps to reproduce the behavior:
调试界面开始获取网络流量
被调试app发送zlib压缩过的请求
出现错误
Expected behavior
正确显示请求体
Screenshots
Information
- Platform: windows
- OS: 11
- Arch: x86-64
- App Version: 2.4.0 (65)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.