You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
环境
系统: win7 x64
nodejs 版本:
v6.3.0
出现问题
高概率响应结果出现'content-length': '0'
请求的内容存在问题
重现步骤
正常请求
期待效果
响应结果不出现'content-length': '0'
存在的bug
缺少对请求内容转义 “=”、“+”这些肯定要转义的
建议
1、使用querystring的stringify
2、替换= + 为转义符,不然代码中存在设计到重发直到组合数据中不再出现+和= 或者浏览器等待超时
The text was updated successfully, but these errors were encountered: