Skip to content

Commit

Permalink
fixed #536, #534
Browse files Browse the repository at this point in the history
  • Loading branch information
lesstif committed Sep 16, 2024
1 parent 087718a commit 06c20a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/JiraClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 06c20a4

Please sign in to comment.