This commit is contained in:
2021-12-11 05:40:26 +08:00
parent 791be944a3
commit b0fe5ab4c4
+1 -1
View File
@@ -104,7 +104,7 @@ class Curl extends ClientAbstracts
curl_setopt($resource, CURLOPT_HTTPHEADER, $this->parseHeaderMat());
if (defined('CURLOPT_SSL_FALSESTART')) {
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_FRESH_CONNECT, false);