gpt4 book ai didi

http - 网络上已知位置是否有可用于测试 http 超时的无响应主机?

转载 作者:可可西里 更新时间:2023-11-01 17:13:42 25 4
gpt4 key购买 nike

问题的真正含义 - 我想看看我的程序如何响应超时。关于最简单的方法有什么建议吗?

最佳答案

您可以很容易地在自己的计算机上创建这样的服务器。这是 CoffeeScript (nodejs):

http = require 'http'

srv = http.createServer (req, res) ->
setTimeout (() -> res.end "still here?"), 3000000
srv.listen 8000

关于http - 网络上已知位置是否有可用于测试 http 超时的无响应主机?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8156377/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com