Skip to content

Commit

Permalink
Update PDO_CH.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemeey authored Apr 14, 2022
1 parent 592290b commit 3343969
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PDO_CH.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ protected function call(string $format = NULL, array $queryOptions = NULL, array
if($async) $curlOptions[CURLOPT_TIMEOUT_MS] = 200;
$this->setCurlOptions($query, $queryOptions, $curlOptions);
$result = curl_exec($this->curlHundler);
vd($result);

if(curl_errno($this->curlHundler)){
if($async and curl_errno($this->curlHundler) == 28 and curl_getinfo($this->curlHundler)['size_upload']) return '';
Expand Down

0 comments on commit 3343969

Please sign in to comment.