对 http 服务器进行酸测试
是否有任何应用程序可以测试 http 服务器的稳健性。
如果它可以发送损坏的标头、丢失的标头,那就太好了, 颠簸,试图保持连接打开等。
我正在用 C 编写一个嵌入式 http 服务器。
Is there any apps that can test a http server for robustness.
It would be great if it can send corrupt headers, missing headers,
thrashing, attempting to keep connections open etc..
I'm writing a embedded http server in C..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会对其进行 Apache 测试。
I'd throw the Apache test at it.