gpt4 book ai didi

python - 如何配置请求超时触发 "connection cannot be established"错误

转载 作者:太空宇宙 更新时间:2023-11-03 20:31:14 26 4
gpt4 key购买 nike

我正在测试应用程序尝试访问未知 URL 时的行为。引发 ConnectionError 需要 5 秒。我怎样才能修改为在 100 毫秒时失败?

我尝试使用 requests.get(url, timeout=0.1) 设置 timeout 参数,但它没有任何改变。

        try:
requests.get(url, timeout=0.1)
except Exception as error:
return False

最佳答案

我发现问题出在 Docker 而不是 http 库。在 Docker 之外它可以正常工作。

关于python - 如何配置请求超时触发 "connection cannot be established"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57494632/

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