gpt4 book ai didi

curl (56) 接收失败

转载 作者:行者123 更新时间:2023-12-03 17:57:02 25 4
gpt4 key购买 nike

运行命令时:
curl --head http://www.yourdomain.com/
在我的本地机器上,我得到这个输出:
HTTP/1.1 200 OK

Date: Sat, 31 Mar 2012 09:45:16 GMT

Server: Microsoft-IIS/6.0

X-Powered-By: ASP.NET

X-AspNet-Version: 2.0.50727

Set-Cookie: ASP.NET_SessionId=p2mt4l553bti4x55geyiwiil; path=/; HttpOnly

Cache-Control: private

Content-Type: text/html; charset=utf-8

Content-Length: 14663

但在我的实时服务器上,我得到:
curl: (56) Recv failure: Connection reset by peer
他们都使用相同的 curl 版本 (7.21.0),现在,我只收到一个特定 url 的错误。

我应该如何解决这个问题?

最佳答案

“接收失败”表示 libcurl 中的 recv() 调用失败,这表明存在某种网络问题。很难非常具体地说明你应该做什么来追踪这个问题,但是通过网络线上网来准确地查看 TCP 级别上发生的情况将是一个好的开始。

关于curl (56) 接收失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9954877/

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