1
This commit is contained in:
@@ -103,6 +103,7 @@ class Curl extends ClientAbstracts
|
|||||||
curl_setopt($resource, CURLOPT_SSL_FALSESTART, true);
|
curl_setopt($resource, CURLOPT_SSL_FALSESTART, true);
|
||||||
}
|
}
|
||||||
curl_setopt($resource, CURLOPT_FORBID_REUSE, false);
|
curl_setopt($resource, CURLOPT_FORBID_REUSE, false);
|
||||||
|
curl_setopt($resource, CURLOPT_VERBOSE, TRUE);
|
||||||
curl_setopt($resource, CURLOPT_FRESH_CONNECT, false);
|
curl_setopt($resource, CURLOPT_FRESH_CONNECT, false);
|
||||||
|
|
||||||
if (!empty($this->getAgent())) {
|
if (!empty($this->getAgent())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user