We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf3249 commit fe83b5cCopy full SHA for fe83b5c
1 file changed
src/Request.php
@@ -37,7 +37,7 @@ class Request extends Http {
37
public $curlHandle;
38
protected $options = array(
39
'CURLOPT_MAXREDIRS' => 10,
40
- 'CURLOPT_IPRESOLVE' => CURL_IPRESOLVE_V4,//IPv4
+// 'CURLOPT_IPRESOLVE' => CURL_IPRESOLVE_V4,//IPv4
41
'header' => true,
42
'method' => self::GET,
43
'transfer' => true,
0 commit comments