Setting Curl's Timeout in PHP

前端 未结 7 2103
你的背包
你的背包 2020-11-22 14:20

I\'m running a curl request on an eXist database through php. The dataset is very large, and as a result, the database consistently takes a long amount of time to return an

7条回答
  •  臣服心动
    2020-11-22 14:34

    If you are using PHP as a fastCGI application then make sure you check the fastCGI timeout settings. See: PHP curl put 500 error

提交回复
热议问题