This commit is contained in:
2021-12-11 05:43:12 +08:00
parent 3693fd40f6
commit 64f0b9f9d0
+1
View File
@@ -103,6 +103,7 @@ class Curl extends ClientAbstracts
curl_setopt($resource, CURLOPT_SSL_FALSESTART, true);
}
curl_setopt($resource, CURLOPT_FORBID_REUSE, false);
curl_setopt($resource, CURLOPT_VERBOSE, TRUE);
curl_setopt($resource, CURLOPT_FRESH_CONNECT, false);
if (!empty($this->getAgent())) {