文件名称:ocaml-cohttp-test:Mirage 的 OCaml-cohttp 的 HTTP 性能和分析工具
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-23 06:36:57
OCaml
ocaml-cohttp-test Mirage 的 OCaml-cohttp 的 HTTP 性能和分析工具。 这是幻影的 测试 针对坏服务器测试客户端 正如问题所讨论的,我们需要针对坏服务器测试 cohttp 客户端。 是一个用 Python 编写的程序,它提供了可运行的服务器故障场景示例。 在接下来的测试中,cohttp 客户端将尝试处理由“hamms”运行的每个坏服务器。 各端口模式的详细说明请参考“hamms”。 测试结果 端口 5500 : 预期行为:程序引发异常,指示“连接被拒绝” Uncaught exception: (Unix.Unix_error "Connection refused" connect "") 端口 5501 : 预期行为:客户端什么也没收到 端口 5502 : 预期行为:程序引发异常,指示“连接已关闭” Uncaught exc
【文件预览】:
ocaml-cohttp-test-master
----.gitignore(54B)
----Makefile(235B)
----async_client.ml(2KB)
----LICENSE(34KB)
----README.md(5KB)
----lwt_client.ml(3KB)