@@ -1988,9 +1988,9 @@ |
||
1988 | 1988 | * @return false|\CurlHandle|resource |
1989 | 1989 | */ |
1990 | 1990 | protected function prepareCurlHandle($req, $server, $port, $timeout = 0, $username = '', $password = '', |
1991 | - $authType = 1, $cert = '', $certPass = '', $caCert = '', $caCertDir = '', $proxyHost = '', $proxyPort = 0, |
|
1992 | - $proxyUsername = '', $proxyPassword = '', $proxyAuthType = 1, $method = 'https', $keepAlive = false, $key = '', |
|
1993 | - $keyPass = '', $sslVersion = 0) |
|
1991 | + $authType = 1, $cert = '', $certPass = '', $caCert = '', $caCertDir = '', $proxyHost = '', $proxyPort = 0, |
|
1992 | + $proxyUsername = '', $proxyPassword = '', $proxyAuthType = 1, $method = 'https', $keepAlive = false, $key = '', |
|
1993 | + $keyPass = '', $sslVersion = 0) |
|
1994 | 1994 | { |
1995 | 1995 | return $this->createCurlHandle($req, $method, $server, $port, $this->path, array( |
1996 | 1996 | 'accepted_charset_encodings' => $this->accepted_charset_encodings, |