Skip to content

Commit 06c20a4

Browse files
committed
fixed #536, #534
1 parent 087718a commit 06c20a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/JiraClient.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ public function exec(string $context, array|string $post_data = null, string $cu
238238
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
239239
}
240240

241-
curl_setopt($ch, CURLOPT_ENCODING, '');
241+
// remove for avoid https://github.com/php/php-src/issues/14184
242+
//curl_setopt($ch, CURLOPT_ENCODING, '');
242243

243244
curl_setopt(
244245
$ch,

0 commit comments

Comments
 (0)