Skip to content

Commit fe83b5c

Browse files
author
吴强健
committed
=travis
1 parent adf3249 commit fe83b5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Request extends Http {
3737
public $curlHandle;
3838
protected $options = array(
3939
'CURLOPT_MAXREDIRS' => 10,
40-
'CURLOPT_IPRESOLVE' => CURL_IPRESOLVE_V4,//IPv4
40+
// 'CURLOPT_IPRESOLVE' => CURL_IPRESOLVE_V4,//IPv4
4141
'header' => true,
4242
'method' => self::GET,
4343
'transfer' => true,

0 commit comments

Comments
 (0)