如何测试中断的 POST 处理

发布于 2024-12-05 10:46:06 字数 210 浏览 1 评论 0原文

我正在尝试重现由中断的多部分 POST 引入的错误。因此,我想做一些类似的事情

curl -F 'item_count=8' -A 'Agent/4.0' http://tld/post/uri

,但在发送数据时中断请求。

任意Ctrl+C显然不是最优的。

有支持该功能的工具吗(手动低级套接字播放除外)?

I am trying to reproduce a bug that is introduced by interrupted multipart POST. Thus, I'd like to do something along the lines of

curl -F 'item_count=8' -A 'Agent/4.0' http://tld/post/uri

but interrupt the request when data are send.

Arbitrary Ctrl+C is obviously not optimal.

Any tools that support that (except manual low-level socket play)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

羁绊已千年 2024-12-12 10:46:06

生成一个线程并几乎立即从父线程杀死它?

Spawn a thread and kill it almost immediately from the parent?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文