diff --git a/src/JiraClient.php b/src/JiraClient.php index e19f9d6..b238f36 100644 --- a/src/JiraClient.php +++ b/src/JiraClient.php @@ -238,7 +238,8 @@ public function exec(string $context, array|string $post_data = null, string $cu curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); } - curl_setopt($ch, CURLOPT_ENCODING, ''); + // remove for avoid https://github.com/php/php-src/issues/14184 + //curl_setopt($ch, CURLOPT_ENCODING, ''); curl_setopt( $ch,