-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
抓包过程中, 如果碰到上传文件的post, 点开request raw,text 的时候会非常卡 #110
Comments
鼠标hover到右上角的 |
感谢回复, 在我尝试download的时候 返回异常了.(已经更新到最新版, 上传的文件大约是500k左右的) Error: request entity too large |
文档确实做得不好,我正在把整个文挡重写,等把文档结构和基本内容及示例整好再发出来让大家一起帮忙完善。 |
我这里次次都能重现... 是一张图片, 用不用发送文件给你试试....
除了文件以外, 本身这个包还是通过一个ocx以http post的方式上传的, 如果是ocx那边可能还没法给你了...步凑就麻烦了
2018-01-13 10:07 GMT+08:00 avenwu <[email protected]>:
… 文档确实做得不好,我正在把整个文挡重写,等把文档结构和基本内容及示例整好再发出来让大家一起帮忙完善。
你这个错误是怎么产生的,怎么重现?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#110 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACiaMm-L6k9ddBxNDaEd9e1VYmC2uhucks5tKA_JgaJpZM4Rb_-J>
.
|
你要把这个表单到哪,有可能你配错了,是不是直接用http请求了 |
不是, 没有post到 8899, 下面是抓包导出的txt, 我把二进制部分删除了 |
你导出的这个请求没看出什么问题。
|
恩, 更新之后 不卡了...
…On 14 January 2018 at 21:55, avenwu ***@***.***> wrote:
你导出的这个请求没看出什么问题。
上面提的界面卡顿问题已经做了优化,重新安装下whistle试试:
npm i -g whistle
w2 restart
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#110 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACiaMqJI6VuuLZICQa4yU3TEjD1Qdm47ks5tKgdqgaJpZM4Rb_-J>
.
|
经过观察, 卡顿很可能是因为打印出了文件的二进制, 其实那部分代码本来也是乱码,
1 能否直接隐藏掉 ?
2 或者显示一个额外的链接, 点击之后可以直接下载对应的二进制文件
The text was updated successfully, but these errors were encountered: