curl slow connect_time

后端 未结 2 1478
时光取名叫无心
时光取名叫无心 2021-02-09 18:30

Consider this code in a php file on my VPS server:



        
2条回答
  •  [愿得一人]
    2021-02-09 18:52

    Try:

    curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 ); 
    

    The above will prevent cURL from trying IPv6 first.

提交回复
热议问题