我在发出http GET请求时遇到超时错误

时间:2016-06-22 07:55:18

标签: php apache http

我正在使用REQUEST libary(https://github.com/rmccue/Requests)为php发出http请求并一直收到超时错误。我怎么解决这个问题?这是我的一小段代码:

 $response = Requests::get($link,
            array(
                'Accept'=>'application/json',
                'Accept-Charset'=>'utf-8',
                "Connection"=> "keep-alive",
            ));

错误:

  

cURL错误28:操作在10335毫秒后超时0   收到的-1个字节

1 个答案:

答案 0 :(得分:1)

试试这个

del x.__dict__['someFunction']

为我工作。 快乐编码:)