diff --git a/src/JiraClient.php b/src/JiraClient.php index 7ecd4145cab1001d47d8a2ab8bd59162ced6b4d2..5d68a2d8fc720921f707c3bcb512e524fe1313b3 100644 --- a/src/JiraClient.php +++ b/src/JiraClient.php @@ -236,8 +236,8 @@ class JiraClient curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); } - // See https://github.com/php/php-src/issues/14184 - // curl_setopt($ch, CURLOPT_ENCODING, ''); + // See https://github.com/php/php-src/issues/14184 + // curl_setopt($ch, CURLOPT_ENCODING, ''); curl_setopt( $ch,